Sha256: 1997c7549e975d9b5372c769c003e568da91b777033f82337e7d0bd8d205ef6d
Contents?: true
Size: 325 Bytes
Versions: 6
Compression:
Stored size: 325 Bytes
Contents
# watir/utils.rb module Watir module Utils # Eval the provided block. If a WIN32OLERuntimeError is raised by the block, # return false. def suppress_ole_error begin yield true rescue WIN32OLERuntimeError false end end end end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
watir-1.5.4 | watir/utils.rb |
watir-1.5.2 | watir/utils.rb |
watir-1.5.3 | watir/utils.rb |
watir-1.6.2 | lib/watir/utils.rb |
watir-1.5.5 | watir/utils.rb |
watir-1.5.6 | watir/utils.rb |