= private = protected
set_host(v)
protected setter for the host component v
see also URI::Generic.host=
# File lib/uri/generic.rb, line 616 def set_host(v) @host = v end