Method: Ronin::Web::CLI::Commands::Browser#close_browser

Defined in:
lib/ronin/web/cli/commands/browser.rb

#close_browserObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Close the browser.

Since:

  • 2.0.0



246
247
248
# File 'lib/ronin/web/cli/commands/browser.rb', line 246

def close_browser
  browser.quit
end