class Arachni::Reactor::Tasks::Persistent
{Base Task} which does not cancel itself once called and occurs at every tick.
@author Tasos “Zapotek” Laskos <tasos.laskos@gmail.com>
Public Instance Methods
call( *args )
click to toggle source
Performs the task and marks it as {#done}.
@return [Object]
Return value of the task.
# File lib/arachni/reactor/tasks/persistent.rb, line 23 def call( *args ) call_task( *args ) end