# File lib/crack/xml.rb, line 234 def self.parse(xml) parser.parse(xml) end
# File lib/crack/xml.rb, line 226 def self.parser @@parser ||= REXMLParser end
# File lib/crack/xml.rb, line 230 def self.parser=(parser) @@parser = parser end