Method: StateFu::Machine#inject_helpers_into
- Defined in:
- lib/machine.rb
#inject_helpers_into(obj) ⇒ Object
85 86 87 |
# File 'lib/machine.rb', line 85 def inject_helpers_into( obj ) helpers.inject_into( obj ) end |
85 86 87 |
# File 'lib/machine.rb', line 85 def inject_helpers_into( obj ) helpers.inject_into( obj ) end |