Module: Kansuu::Flow

Extended by:
Util
Defined in:
lib/kansuu/flow.rb

Instance Method Summary collapse

Methods included from Util

__define_func_from_method, __define_funcs_from_method, __module_functionize

Instance Method Details

#actObject



7
8
9
# File 'lib/kansuu/flow.rb', line 7

def act
  -> f, x { f >> (-> y { x }) < x} % 2
end