Method: Arachni::Module::Base#prepare
- Defined in:
- lib/module/base.rb
#prepare ⇒ Object
ABSTRACT - OPTIONAL
It provides you with a way to setup your module’s data and methods.
99 100 |
# File 'lib/module/base.rb', line 99 def prepare( ) end |