= private = protected
set_path(v)
Protected setter for the path component v.
See also URI::Generic.path=.
# File lib/uri/generic.rb, line 780 def set_path(v) @path = v end