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