module Timeout

Public Class Methods

timeout(*args) { || ... } click to toggle source
# File lib/capybara/driver/envjs_driver.rb, line 14
def timeout *args
  # p "!!! #{args.inspect}"
  # puts caller(0)
  return yield
  raise "hell #{args.inspect}"
end