class Rubycritic::SourceControlSystem::Base
def date_of_last_commit(path)
def date_of_last_commit(path) raise NotImplementedError.new("The #{self.class} class must implement the #{__method__} method.") end
def date_of_last_commit(path) raise NotImplementedError.new("The #{self.class} class must implement the #{__method__} method.") end