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