Method: Html2rss::ObjectToXmlConverter#call
- Defined in:
- lib/html2rss/object_to_xml_converter.rb
permalink #call ⇒ String
Converts the object to XML format.
25 26 27 |
# File 'lib/html2rss/object_to_xml_converter.rb', line 25 def call object_to_xml(@object) end |