class HTML::Proofer::Checkable

def absolute_path

def absolute_path
  path = file_path || @check.path
  File.expand_path path, Dir.pwd
end