# File lib/addressable/uri.rb, line 1174 def port return instance_variable_defined?(:@port) ? @port : nil end