class HTML::Proofer::Checkable

def exists?

checks if a file exists relative to the current pwd
def exists?
  File.exist? absolute_path
end