Module: Yaks::FP::Callable

Included in:
Config, Yaks::Format, Mapper, Serializer::JSONReader, Serializer::JSONWriter
Defined in:
lib/yaks/fp/callable.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



4
5
6
# File 'lib/yaks/fp/callable.rb', line 4

def to_proc
  method(:call).to_proc
end