Class: Rubyword::Writer::Part::Theme

Inherits:
Base
  • Object
show all
Defined in:
lib/rubyword/writer/part/theme.rb

Instance Attribute Summary

Attributes inherited from Base

#rubyword, #section

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Rubyword::Writer::Part::Base

Instance Method Details

#writeObject



6
7
8
# File 'lib/rubyword/writer/part/theme.rb', line 6

def write
  Nokogiri::XML(open(File.join(::Rubyword::WORD_TEMP_PATH, 'theme.xml'))).to_xml
end