Class: FunctionalLightService::Sequencer::Operation::AndYield

Inherits:
Struct
  • Object
show all
Defined in:
lib/functional-light-service/functional/sequencer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block

Returns:

  • (Object)

    the current value of block



26
27
28
# File 'lib/functional-light-service/functional/sequencer.rb', line 26

def block
  @block
end