Module: Mangdown::Equality
Overview
Mangdown object equality
Instance Method Summary collapse
Instance Method Details
#<=>(other) ⇒ Object
8 9 10 |
# File 'lib/mangdown/support/equality.rb', line 8 def <=>(other) name <=> other.name end |