RSS::Maker::Base
# File rss/maker/base.rb, line 711 def <=>(other) _date = date || dc_date _other_date = other.date || other.dc_date if _date and _other_date _date <=> _other_date elsif _date 1 elsif _other_date -1 else 0 end end
# File rss/maker/base.rb, line 692 def pubDate date end
# File rss/maker/base.rb, line 696 def pubDate=(date) self.date = date end
# File rss/maker/base.rb, line 700 def updated date end
# File rss/maker/base.rb, line 704 def updated=(date) self.date = date end
This page was generated for Ruby 1.9.1
Generated with Ruby-doc Rdoc Generator 0.44.0.