# File lib/facet/symbol/to_proc.rb, line 19 def to_proc proc { |obj, *args| obj.send(self, *args) } end