method
path=
v1_9_1_378 -
Show latest stable
- Class:
URI::Generic
path=(v)public
No documentation available.
# File lib/uri/generic.rb, line 499
def path=(v)
check_path(v)
set_path(v)
v
end path=(v)No documentation available.
# File lib/uri/generic.rb, line 499
def path=(v)
check_path(v)
set_path(v)
v
end