Class: Symbol

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

Overview

time for some monkeypatching!

Instance Method Summary collapse

Instance Method Details

#to_procObject



16
17
18
# File 'lib/sup/util.rb', line 16

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