Top Level Namespace

Defined Under Namespace

Modules: ChainableMethods

Instance Method Summary collapse

Instance Method Details

#CM(initial_state, context = ChainableMethods::Nil) ⇒ Object

easier shortcut



4
5
6
# File 'lib/chainable_methods.rb', line 4

def CM(initial_state, context = ChainableMethods::Nil)
  ChainableMethods::Link.new(initial_state, context)
end