Object
# File mrbgems/mruby-method/mrblib/method.rb, line 9 def <<(other) ->(*args, &block) { call(other.call(*args, &block)) } end
# File mrbgems/mruby-method/mrblib/method.rb, line 13 def >>(other) ->(*args, &block) { other.call(call(*args, &block)) } end
# File mrbgems/mruby-method/mrblib/method.rb, line 2 def to_proc m = self lambda { |*args, &b| m.call(*args, &b) } end
This page was generated for Ruby mruby
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.44.0.