# File lib/ruby-prof/symbol_to_proc.rb, line 3
   def to_proc
      proc {|stuff| stuff.send(self)}
   end