Method: HTMLProofer::Reporter#report

Defined in:
lib/html_proofer/reporter.rb

#reportObject

Raises:

  • (NotImplementedError)


19
20
21
# File 'lib/html_proofer/reporter.rb', line 19

def report
  raise NotImplementedError, "HTMLProofer::Reporter subclasses must implement #report"
end