# File lib/opml.rb, line 31
    def respond_to?(method)
      return true if attributes[method.to_s]
      super
    end