34 35 36
# File 'lib/method_missing/cons_method.rb', line 34 def to_proc Proc.new {|x| @f.call(*@g.call(*x)) } end