class Symbol

Public Instance Methods

to_proc() click to toggle source
# File lib/deployinator/base.rb, line 46
def to_proc
  Proc.new { |obj, *args| obj.send(self, *args) }
end