class Addressable::URI
def port
-
(Integer)
- The port component.
def port return instance_variable_defined?(:@port) ? @port : nil end
(Integer)
- The port component.
def port return instance_variable_defined?(:@port) ? @port : nil end