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