From 473acea817b904b998d53458e5cda33c62193cf7 Mon Sep 17 00:00:00 2001 From: ksss Date: Tue, 4 Apr 2023 14:13:35 +0900 Subject: [PATCH] Auto collect for Style/StringLiterals --- lib/rake/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rake/application.rb b/lib/rake/application.rb index 883dd0b4a..42849e606 100644 --- a/lib/rake/application.rb +++ b/lib/rake/application.rb @@ -101,7 +101,7 @@ def init(app_name="rake", argv = ARGV) def load_debug_at_stop_feature return unless ENV["RAKE_DEBUG"] - require 'debug/session' + require "debug/session" DEBUGGER__::start no_sigint_hook: true, nonstop: true Rake::Task.prepend Module.new { def execute(*)