Method: HTMLProofer::Runner#load_file
- Defined in:
- lib/html_proofer/runner.rb
#load_file(path, source) ⇒ Object
115 116 117 118 |
# File 'lib/html_proofer/runner.rb', line 115 def load_file(path, source) @html = create_nokogiri(path) check_parsed(path, source) end |