# File rss/atom.rb, line 178 def self.append_features(klass) super klass.class_eval do @content_type = :w3cdtf include(ContentModel) end end
# File rss/atom.rb, line 186 def atom_validate(ignore_unknown_element, tags, uri) raise NotAvailableValueError.new(tag_name, "") if content.nil? end
This page was generated for Ruby 1.9.2
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with the Rubydoc Rdoc Generator 0.9.3.