method
<=>

<=>(other)
public
Hide source
# File lib/rss/maker/base.rb, line 487 def <=>(other) if date and other.date date <=> other.date elsif date 1 elsif other.date -1 else 0 end end