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