class Automatic::OPML::DOM::OPML

Public Instance Methods

body() click to toggle source
# File lib/automatic/opml.rb, line 95
def body
  @children.find {|x| x.is_a? Body }
end
head() click to toggle source
# File lib/automatic/opml.rb, line 91
def head
  @children.find {|x| x.is_a? Head }
end