method
host=
host=(v)
public
Hide source
# File lib/uri/generic.rb, line 396 def host=(v) check_host(v) set_host(v) v end