method
new
new(xml, view)
public
Hide source
# File actionpack/lib/action_view/helpers/atom_feed_helper.rb, line 70 def initialize(xml, view) @xml, @view = xml, view end


