# File lib/spruz/to_proc.rb, line 3 def to_proc lambda do |obj, *args| obj.__send__(self, *args[0..-1]) end end