Method: Browser#initialize

Defined in:
lib/newjs/autotest/javascript_test_ext.rb

#initialize(path) ⇒ Browser



2
3
4
5
6
7
# File 'lib/newjs/autotest/javascript_test_ext.rb', line 2

def initialize(path)
  unless path == :ignore
    @path = path
    puts "WARNING: #{self} does not exist at #{@path}" unless File.exists?(@path)
  end
end