Class: Symbol
Overview
:nodoc:
Instance Method Summary collapse
-
#to_proc ⇒ Object
Borrowed from Ruby 1.9.
Instance Method Details
#to_proc ⇒ Object
Borrowed from Ruby 1.9.
203 204 205 |
# File 'lib/buildr/core/util.rb', line 203 def to_proc Proc.new{|*args| args.shift.__send__(self, *args)} end |