Skip to content

Commit 473acea

Browse files
committed
Auto collect for Style/StringLiterals
1 parent 52a4f13 commit 473acea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/rake/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def init(app_name="rake", argv = ARGV)
101101

102102
def load_debug_at_stop_feature
103103
return unless ENV["RAKE_DEBUG"]
104-
require 'debug/session'
104+
require "debug/session"
105105
DEBUGGER__::start no_sigint_hook: true, nonstop: true
106106
Rake::Task.prepend Module.new {
107107
def execute(*)

0 commit comments

Comments
 (0)