class Crack::XML
Public Class Methods
Source
# File lib/crack/xml.rb, line 234 def self.parse(xml) return {} if xml.strip == '' parser.parse(xml) end
Source
# File lib/crack/xml.rb, line 230 def self.parser=(parser) @@parser = parser end
# File lib/crack/xml.rb, line 234 def self.parse(xml) return {} if xml.strip == '' parser.parse(xml) end
# File lib/crack/xml.rb, line 230 def self.parser=(parser) @@parser = parser end