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