diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-05 01:00:01 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-01-05 01:00:01 +0000 |
commit | 1aeedce3f973efb36faefa7f809800e13ff5c788 (patch) | |
tree | aac7b7f5ac1b4b1aa4dcf2dbf2f2f997be3aeaa5 /lib/debug.rb | |
parent | 70db4f6ecdfc22ab3a5cfe34dbf7164ec4a78ffc (diff) |
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
Diffstat (limited to 'lib/debug.rb')
-rw-r--r-- | lib/debug.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 <[email protected]> |