Method: Symbol#to_proc

Defined in:
lib/ext.rb

#to_procObject



56
57
58
# File 'lib/ext.rb', line 56

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