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
161 162 163
# File 'lib/reactive_record/interval.rb', line 161 def after!(time, &block) Delay.new(@native, time, &block) end