4 lines
103 B
Text
4 lines
103 B
Text
|
xml.instruct!
|
||
|
xml.feed "xmlns" => "http://www.w3.org/2005/Atom" do
|
||
|
xml.title "Not a feed, really"
|
||
|
end
|