class RubyCritic::SourceControlSystem::Double

def date_of_last_commit(_path)

def date_of_last_commit(_path)
  nil
end

def revision?

def revision?
  false
end

def revisions_count(_path)

def revisions_count(_path)
  0
end