class Bundler::URI::Generic

def set_host(v)


See also Bundler::URI::Generic.host=.

Protected setter for the host component +v+.
def set_host(v)
  @host = v
end