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