mirror of
https://git.bsd.gay/fef/nyastodon.git
synced 2024-12-25 19:03:43 +01:00
9 lines
174 B
Ruby
9 lines
174 B
Ruby
Nokogiri::XML::Builder.new do |xml|
|
|
entry(xml, true) do
|
|
author(xml) do
|
|
include_author xml, @entry.account
|
|
end
|
|
|
|
include_entry xml, @entry
|
|
end
|
|
end.to_xml
|