# File lib/addressable/uri.rb, line 1182 def normalized_port if URI.port_mapping[self.normalized_scheme] == self.port nil else self.port end end