# File lib/core/facets/method/composition.rb, line 56 def to_proc #Proc.new {|x| @f.call(*@g.call(*x)) } Proc.new { |*x| call(*x) } end