Class: Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/brief/document_mapper.rb

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



155
156
157
# File 'lib/brief/document_mapper.rb', line 155

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