Method: Symbol#to_proc
- Defined in:
- lib/ext.rb
#to_proc ⇒ Object
56 57 58 |
# File 'lib/ext.rb', line 56 def to_proc Proc.new {|*args| args.shift.__send__(self, *args) } end |
56 57 58 |
# File 'lib/ext.rb', line 56 def to_proc Proc.new {|*args| args.shift.__send__(self, *args) } end |