Class: Symbol
Overview
time for some monkeypatching!
Instance Method Summary collapse
Instance Method Details
#to_proc ⇒ Object
16 17 18 |
# File 'lib/sup/util.rb', line 16 def to_proc proc { |obj, *args| obj.send(self, *args) } end |