From 1aeedce3f973efb36faefa7f809800e13ff5c788 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 5 Jan 2017 01:00:01 +0000 Subject: lib/debug.rb: Specify frozen_string_literal: true. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/debug.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/debug.rb') diff --git a/lib/debug.rb b/lib/debug.rb index 394a53e172..34d7d27406 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # Copyright (C) 2000 Network Applied Communication Laboratory, Inc. # Copyright (C) 2000 Information-technology Promotion Agency, Japan # Copyright (C) 2000-2003 NAKAMURA, Hiroshi -- cgit v1.2.3