# 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.1
Generated with Ruby-doc Rdoc Generator 0.44.0.