Method: MindWords#to_xml

Defined in:
lib/mindwords.rb

#to_xmlObject



367
368
369
370
# File 'lib/mindwords.rb', line 367

def to_xml()
  build() unless @xml
  @xml
end