Class: Lab42::Behavior::ProcBehavior

Inherits:
Object
  • Object
show all
Extended by:
Forwarder
Includes:
Lab42::Behavior
Defined in:
lib/lab42/core/behavior/proc_behavior.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Composition

#|

Methods included from Negation

#negated

Instance Attribute Details

#behaviorObject (readonly)

Returns the value of attribute behavior.



6
7
8
# File 'lib/lab42/core/behavior/proc_behavior.rb', line 6

def behavior
  @behavior
end