Methods
Constants
| XHTML_TAG_NAMES | = | %w(content rights title subtitle summary).to_set |
Public Class methods
[ show source ]
# File actionpack/lib/action_view/helpers/atom_feed_helper.rb, line 128
128: def initialize(xml)
129: @xml = xml
130: end