diff options
author | sonots <[email protected]> | 2019-03-22 01:14:14 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-12-09 19:17:31 +0900 |
commit | 0aafc32995b935b6c46c8439a3e2da008cd683fc (patch) | |
tree | e672890608cb0a2f5a26855823e6f36de0c494c3 /lib/logger/errors.rb | |
parent | 22548195d59d8b5e421c586bec81615a0a1091bc (diff) |
[ruby/logger] frozen_string_literal: true
https://github.com/ruby/logger/commit/a057eede7b
Diffstat (limited to 'lib/logger/errors.rb')
-rw-r--r-- | lib/logger/errors.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/logger/errors.rb b/lib/logger/errors.rb index 8095acc9c8..e8925e14ac 100644 --- a/lib/logger/errors.rb +++ b/lib/logger/errors.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + # not used after 1.2.7. just for compat. class Logger class Error < RuntimeError # :nodoc: |