class HTMLProofer::Attribute::Url

def external?

path is external to the file
def external?
  !internal?
end