Class: Symbol

Inherits:
Object show all
Defined in:
lib/tweep/core_exts.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject

:nodoc: For Ruby 1.8 compat, inspired by ActiveSupport



44
45
46
# File 'lib/tweep/core_exts.rb', line 44

def to_proc
  lambda { |o| o.send(self) }
end