171 172 173
# File 'lib/base_chip.rb', line 171 def self.version_control @version_control ||= (Git.new(root) if File.exist?("#{root}/.git")) end