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