class Rubycritic::SourceControlSystem::Base

def revisions_count(path)

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