From 0aafc32995b935b6c46c8439a3e2da008cd683fc Mon Sep 17 00:00:00 2001 From: sonots Date: Fri, 22 Mar 2019 01:14:14 +0900 Subject: [ruby/logger] frozen_string_literal: true https://github.com/ruby/logger/commit/a057eede7b --- lib/logger/errors.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/logger/errors.rb') 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: -- cgit v1.2.3