module Mangdown::Equality

Mangdown object equality

Public Instance Methods

<=>(other) click to toggle source
# File lib/mangdown/support/equality.rb, line 8
def <=>(other)
  name <=> other.name
end