Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



161
162
163
# File 'lib/brief/document_mapper.rb', line 161

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