class Rubycritic::SourceControlSystem

def revisions_count(file)

def revisions_count(file)
  raise NotImplementedError.new("The #{self.class} class must implement the #{__method__} method.")
end