# File lib/facets/core/symbol/to_proc.rb, line 21 def to_proc Proc.new{|*args| args.shift.__send__(self, *args)} end