Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_procObject



20
21
22
# File 'lib/util.rb', line 20

def to_proc
  Proc.new {|_| _.send self}
end