Method: XMLCodec::XMLTextElement#start_partial_export

Defined in:
lib/subelements.rb

#start_partial_export(file) ⇒ Object



31
32
33
# File 'lib/subelements.rb', line 31

def start_partial_export(file)
  file << self.xml_text
end