method
port=
port=(v)
public
Hide source
# File lib/uri/generic.rb, line 441 def port=(v) check_port(v) set_port(v) port end