class

VisitedFile

Inherits Reference / Object

Constructors

new(filepath : String)

Construct a new IncludedInFile instance. @param filepath [String] as path of file to store crawled URL

Source

Instance methods

<<(v : String)

Add an item to the file & array of URL.

Source
includes?(v : String) : Bool

True if the item is in the file.

Source