Origami::PDF::JavaScript::AcrobatObject
# File lib/origami/javascript.rb, line 181 def initialize(engine, timeout, code, repeat) @thr = Thread.start(engine, timeout, code, repeat) do loop do sleep(timeout / 1000.0) engine.exec(code) break if not repeat end end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.