Class: Arachni::Parser::Extractors::Base Abstract

Inherits:
Object
  • Object
show all
Defined in:
lib/arachni/parser.rb

Overview

This class is abstract.

Author:

Instance Method Summary collapse

Instance Method Details

#run(doc) ⇒ Array<String>

This method must be implemented by all modules and must return an array of paths as plain strings

Parameters:

Returns:



56
57
# File 'lib/arachni/parser.rb', line 56

def run( doc )
end