Method: Representable::XML#to_xml

Defined in:
lib/representable/xml.rb

#to_xml(*args) ⇒ Object Also known as: render



54
55
56
# File 'lib/representable/xml.rb', line 54

def to_xml(*args)
  to_node(*args).to_s
end