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