Method: Atom::Xml::Parseable::DeclarationMethods#parse

Defined in:
lib/atom/xml/parser.rb

#parse(xml) ⇒ Object



246
247
248
# File 'lib/atom/xml/parser.rb', line 246

def parse(xml)
  new(xml)
end