Method: HTMLProofer::UrlValidator#initialize

Defined in:
lib/html_proofer/url_validator.rb

#initialize(runner) ⇒ UrlValidator

Returns a new instance of UrlValidator.


7
8
9
10
11
12
13
14
# File 'lib/html_proofer/url_validator.rb', line 7

def initialize(runner)
  @runner = runner

  @cache = @runner.cache
  @logger = @runner.logger

  @failed_checks = []
end