Method: Rex::Poly::LogicalBlock#next_blocks

Defined in:
lib/rex/poly/block.rb

#next_blocks(*blocks) ⇒ Object

Defines the next blocks, but not in a dependency fashion but rather in a linking of separate block contexts.



212
213
214
# File 'lib/rex/poly/block.rb', line 212

def next_blocks(*blocks)
  @next_blocks = blocks.dup
end