= private = protected
split_path(path)
returns an Array of the path split on ‘/’
# File lib/uri/generic.rb, line 1079 def split_path(path) path.split(%{/+}, -1) end