lib/generators/bullet/install_generator.rb in bullet-5.7.6 vs lib/generators/bullet/install_generator.rb in bullet-5.8.0

- old
+ new

@@ -1,12 +1,12 @@ # frozen_string_literal: true module Bullet module Generators class InstallGenerator < ::Rails::Generators::Base - desc <<-DESC -Description: - Enable bullet in development/test for your application. + desc <<~DESC + Description: + Enable bullet in development/test for your application. DESC def enable_in_development environment(nil, env: 'development') do <<-"FILE".strip