Module: Mangdown::Equality

Includes:
Comparable
Included in:
Chapter, Manga, Page
Defined in:
lib/mangdown/support/equality.rb

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