# File lib/vegas/runner.rb, line 215 def launch!(specific_url = nil, path = nil) return if options[:skip_launch] cmd = WINDOWS ? "start" : "open" system "#{cmd} #{specific_url || url}#{path}" end