Method: RubyXL::AExtension.parse
- Defined in:
- lib/rubyXL/objects/theme.rb
.parse(node, ignore) ⇒ Object
13 14 15 16 17 |
# File 'lib/rubyXL/objects/theme.rb', line 13 def self.parse(node, ignore) obj = new obj.raw_xml = node.to_xml obj end |