Class: Symbol

Inherits:
Object show all
Defined in:
lib/gitty/ext.rb

Instance Method Summary collapse

Instance Method Details

#to_procObject



3
4
5
# File 'lib/gitty/ext.rb', line 3

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