# File lib/opml.rb, line 23
    def flatten
      @flatten ||= @outlines.map(&:flatten).unshift(self)
    end