= private = protected
component_ary()
returns an Array of the components defined from the COMPONENT Array
# File lib/uri/generic.rb, line 1529 def component_ary component.collect do |x| self.send(x) end end