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