# File lib/active_support/core_ext/symbol.rb, line 9
  def to_proc
    Proc.new { |obj, *args| obj.send(self, *args) }
  end