Method: Ronin::Web::Spider::Archive#initialize

Defined in:
lib/ronin/web/spider/archive.rb

#initialize(root) ⇒ Archive

Initializes the archive.

Parameters:

  • root (String)

    The path to the root directory.



55
56
57
# File 'lib/ronin/web/spider/archive.rb', line 55

def initialize(root)
  @root = File.expand_path(root)
end