method
split_path

split_path(path)
private
Hide source
# File lib/uri/generic.rb, line 618 def split_path(path) path.split(%{/+}, -1) end