18 19 20
# File 'lib/stretto/util/utils.rb', line 18 def to_proc Proc.new { |obj, *args| obj.send(self, *args) } end