9 10 11
# File 'lib/pseudo_xml/collector.rb', line 9 def start_element(element_text) @parsed_elements.push Element.new(element_text[/\w+/]) end