Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/statemachine/generate/util.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



47
48
49
# File 'lib/statemachine/generate/util.rb', line 47

def <=>(other)
  return to_s <=> other.to_s
end