module Kinchan
Top-level module contains all the juicy bits for the gem
Constants
- VERSION
Public Class Methods
browser()
click to toggle source
# File lib/kinchan.rb, line 12 def self.browser @browser end
browser=(browser)
click to toggle source
# File lib/kinchan.rb, line 16 def self.browser=(browser) @browser = browser end
browser_options()
click to toggle source
# File lib/kinchan.rb, line 20 def self.browser_options @browser_options end
browser_options=(browser_options)
click to toggle source
# File lib/kinchan.rb, line 24 def self.browser_options=(browser_options) @browser_options = browser_options end
restore_defaults()
click to toggle source
# File lib/kinchan.rb, line 28 def self.restore_defaults @browser = :chrome @browser_options = nil end