class Rubycritic::SourceControlSystem::Base
def self.create
def self.create supported_system = systems.detect(&:supported?) if supported_system supported_system.new else puts "Rubycritic requires a #{system_names} repository." Double.new end end
def self.create supported_system = systems.detect(&:supported?) if supported_system supported_system.new else puts "Rubycritic requires a #{system_names} repository." Double.new end end