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 () | |
tree | 670486082ab060835da28f374638f332ac642fd4 /lib/irb/context.rb | |
parent | 37dde6e2f82304848636015c0ce032cbdb5cd2a9 (diff) |
[ruby/irb] Turn on frozen literal in files
(https://.com/ruby/irb/pull/881) https://.com/ruby/irb/commit/83d90550c2
-rw-r--r-- | lib/irb/context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# frozen_string_literal: false # # irb/context.rb - irb context # by Keiju ISHITSUKA([email protected]) |