Methods
N
Constants
XHTML_TAG_NAMES = %w(content rights title subtitle summary).to_set
Class Public methods
new(xml)
# File actionpack/lib/action_view/helpers/atom_feed_helper.rb, line 130
def initialize(xml)
  @xml = xml
end