Class: Symbol

Inherits:
Object show all
Defined in:
lib/buildr/core/util.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#to_procObject

Borrowed from Ruby 1.9.



231
232
233
# File 'lib/buildr/core/util.rb', line 231

def to_proc
  Proc.new{|*args| args.shift.__send__(self, *args)}
end