served_url()
No documentation available.
# File railties/lib/rails/commands/server/server_command.rb, line 58 def served_url "#{options[:SSLEnable] ? 'https' : 'http'}://#{options[:Host]}:#{options[:Port]}" unless use_puma? end