Parent

Methods

Symbol

Public Instance Methods

to_proc() click to toggle source
# File lib/familia/core_ext.rb, line 3
def to_proc
  proc { |obj, *args| obj.send(self, *args) }
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.