Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_procObject



9
10
11
# File 'lib/things.rb', line 9

def to_proc
  Proc.new { |obj, *args| obj.send(self, *args) }
end