class Thread

Public Class Methods

new(*args) click to toggle source
# File lib/capybara/driver/envjs_driver.rb, line 7
def initialize *args
  puts caller(0)
  raise "hell"
end
start() click to toggle source
# File lib/capybara/driver/envjs_driver.rb, line 3
def self.start
  puts caller(0)
  raise "hell"
end