28 29 30
# File 'lib/rspec/wait.rb', line 28 def wait(arg = nil, timeout: arg, delay: nil, clone_matcher: nil) Proxy.new(timeout: timeout, delay: delay, clone_matcher: clone_matcher) end