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