# File lib/bourbon/generator.rb, line 12 def install if bourbon_files_already_exist? && !options[:force] puts "Bourbon files already installed, doing nothing." else install_files puts "Bourbon files installed to #{install_path}/" end end