Method: Rex::Poly::State#buffer

Defined in:
lib/rex/poly.rb

#bufferObject

The buffer state for the current polymorphic generation. This stores the end-result of a call to generate on a LogicalBlock.



103
104
105
# File 'lib/rex/poly.rb', line 103

def buffer
  @buffer
end