Execute a block after the given seconds, you have to call [#start] on it yourself.
Parameters:
the seconds after it gets called
Returns:
the object representing the timeout
50 51 52
# File 'opal/browser/delay.rb', line 50 def after!(time, &block) Delay.new(@native, time, &block) end