class Bundler::URI::Generic

def component_ary

Returns an Array of the components defined from the COMPONENT Array.
def component_ary
  component.collect do |x|
    self.__send__(x)
  end
end