Method: Representable::XML#to_xml

Defined in:
lib/representable/xml.rb

#to_xml(*args) ⇒ Object



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

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