method
component_ary
v1_8_6_287 -
Show latest stable
- Class:
URI::Generic
component_ary()protected
No documentation available.
# File lib/uri/generic.rb, line 1071
def component_ary
component.collect do |x|
self.send(x)
end
end