lib/puppeteer/launcher.rb in puppeteer-ruby-0.0.4 vs lib/puppeteer/launcher.rb in puppeteer-ruby-0.0.5

- old
+ new

@@ -4,10 +4,9 @@ require_relative './launcher/chrome_arg_options' require_relative './launcher/launch_options' # https://github.com/puppeteer/puppeteer/blob/master/lib/Launcher.js module Puppeteer::Launcher - # @param {string} projectRoot # @param {string} preferredRevision # @param {boolean} isPuppeteerCore # @param {string=} product # @return {!Puppeteer.ProductLauncher}