Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#to_procObject



26
27
28
# File 'lib/hash_mapper.rb', line 26

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