class Rex::Poly::SymbolicBlock::End

The symbolic end of a polymorphic buffer.

Public Class Methods

new() click to toggle source
Calls superclass method Rex::Poly::LogicalBlock::new
# File lib/rex/poly/block.rb, line 472
def initialize
  super('__SYMBLK_END__')
end