Method: Plate::Post#<=>

Defined in:
lib/plate/post.rb

#<=>(other) ⇒ Object

Compare two posts, by date.



130
131
132
# File 'lib/plate/post.rb', line 130

def <=>(other)
  self.date <=> other.date
end