Object
# File lib/opml.rb, line 23 def flatten @flatten ||= @outlines.map(&:flatten).unshift(self) end
# File lib/opml.rb, line 36 def method_missing(method, *args, &block) attributes[method.to_s] || super end
Generated with the Darkfish Rdoc Generator 2.