diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-01-11 13:44:20 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2023-01-11 22:29:10 +0000 |
commit | 128398e7cd060691d7e4075e7b1937f43204d1a1 (patch) | |
tree | 4ae9371638f5912bb0de55d6bbf24bbd9bc0794a | |
parent | c7bb8d67b73c89a9939a88c9c2105e2a31a08beb (diff) | |
download | ruby-128398e7cd060691d7e4075e7b1937f43204d1a1.tar.gz |
[ruby/irb] After Ruby 2.0, coding is always utf-8
https://github.com/ruby/irb/commit/7a94bc4135
-rw-r--r-- | lib/irb/lc/ja/error.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/lc/ja/error.rb b/lib/irb/lc/ja/error.rb index 5918cc642d..ebf1941f2a 100644 --- a/lib/irb/lc/ja/error.rb +++ b/lib/irb/lc/ja/error.rb @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # frozen_string_literal: false # irb/lc/ja/error.rb - # by Keiju ISHITSUKA(keiju@ruby-lang.org) |