module Byebug

def actual_port

The actual port that the server is started at
def actual_port
  server.actual_port
end