9 10 11 12 13
# File 'lib/rubyXL/objects/extensions.rb', line 9 def self.parse(node) obj = new obj.raw_xml = node.to_xml obj end