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