Execute the block every given seconds, you have to call [#start] on it yourself.
Parameters:
the seconds between every call
Returns:
the object representing the interval
82 83 84
# File 'opal/browser/interval.rb', line 82 def every!(time, &block) Interval.new(@native, time, &block) end