diff options
author | Stan Lo <[email protected]> | 2024-02-23 18:53:50 +0800 |
---|---|---|
committer | git <[email protected]> | 2024-02-23 10:53:53 +0000 |
commit | 4831bb5babb0743dce7aa6db6c2258d62ff962af (patch) | |
tree | 670486082ab060835da28f374638f332ac642fd4 /lib/irb/completion.rb | |
parent | 37dde6e2f82304848636015c0ce032cbdb5cd2a9 (diff) |
[ruby/irb] Turn on frozen literal in files
(https://github.com/ruby/irb/pull/881)
https://github.com/ruby/irb/commit/83d90550c2
Diffstat (limited to 'lib/irb/completion.rb')
-rw-r--r-- | lib/irb/completion.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/completion.rb b/lib/irb/completion.rb index 7b9c1bbbdd..ceb6eb087a 100644 --- a/lib/irb/completion.rb +++ b/lib/irb/completion.rb @@ -1,4 +1,4 @@ -# frozen_string_literal: false +# frozen_string_literal: true # # irb/completion.rb - # by Keiju ISHITSUKA([email protected]) |