# File lib/puma/configuration.rb, line 193 def port(port) @options[:binds] << "tcp://#{Configuration::DefaultTCPHost}:#{port}" end