52 53 54 55
# File 'lib/appmap/open.rb', line 52 def open_browser system 'open', "http://localhost:#{@port}" sleep 5.0 end