Method: Wrest::Components::Translators::Xml.serialise
- Defined in:
- lib/wrest/components/translators/xml.rb
.serialise(hash, _options = {}) ⇒ Object
36 37 38 |
# File 'lib/wrest/components/translators/xml.rb', line 36 def serialise(hash, = {}) to_xml(hash) end |