Class: Grit::Actor

Inherits:
Object
  • Object
show all
Defined in:
lib/gitgo/patches/grit.rb

Instance Method Summary collapse

Instance Method Details

#<=>(another) ⇒ Object



4
5
6
# File 'lib/gitgo/patches/grit.rb', line 4

def <=>(another)
  name <=> another.name
end