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(document) ⇒ Array<String>

This method is abstract.

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

Parameters:

  • document (Nokogiri)

    Nokogiri document

Returns:



41
42
# File 'lib/arachni/parser.rb', line 41

def run( document )
end