method
host=
v1_8_7_72 -
Show latest stable
- Class:
URI::Generic
host=(v)public
No documentation available.
# File lib/uri/generic.rb, line 396
def host=(v)
check_host(v)
set_host(v)
v
end host=(v)No documentation available.
# File lib/uri/generic.rb, line 396
def host=(v)
check_host(v)
set_host(v)
v
end