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