Method: Functionalist::PointFree::Expression#method_missing

Defined in:
lib/functionalist/point_free/expression.rb

#method_missing(*method_and_args, &block) ⇒ Object



17
18
19
20
# File 'lib/functionalist/point_free/expression.rb', line 17

def method_missing(*method_and_args, &block)
  @methods << [method_and_args, block] unless method_and_args == [:respond_to?, :to_proc]
  self
end