# File lib/uri/generic.rb, line 1068
    def component_ary
      component.collect do |x|
        self.send(x)
      end
    end