Initializes the archive.
Parameters:
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