class

NextFile

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
[](key) : Array(String)
Source
empty?
Source
includes?(v : String) : Bool

True if the item is in the file.

Source