Method: Spider::SetupTask#do_cleanup
- Defined in:
- lib/spiderfw/setup/setup_task.rb
#do_cleanup ⇒ Object
80 81 82 |
# File 'lib/spiderfw/setup/setup_task.rb', line 80 def do_cleanup instance_eval(&@cleanup) if @cleanup end |
80 81 82 |
# File 'lib/spiderfw/setup/setup_task.rb', line 80 def do_cleanup instance_eval(&@cleanup) if @cleanup end |