Top Level Namespace
Defined Under Namespace
Modules: ChainableMethods
Instance Method Summary collapse
-
#CM(initial_state, context = ChainableMethods::Nil) ⇒ Object
easier shortcut.
Instance Method Details
#CM(initial_state, context = ChainableMethods::Nil) ⇒ Object
easier shortcut
49 50 51 |
# File 'lib/chainable_methods.rb', line 49 def CM(initial_state, context = ChainableMethods::Nil) ChainableMethods.wrap(context, initial_state) end |