This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
|
Nokogiri::XML::Builder.new do |xml|
|
|
entry(xml, true) do
|
|
author(xml) do
|
|
include_author xml, @stream_entry.account
|
|
end
|
|
|
|
include_entry xml, @stream_entry
|
|
end
|
|
end.to_xml
|