1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/logger] Enable frozen_string_literal: true in logger.rb.

https://github.com/ruby/logger/commit/2dc832e901
This commit is contained in:
Samuel Williams 2019-03-21 16:58:17 +13:00 committed by Hiroshi SHIBATA
parent 3fdb963827
commit 2c22051b4b
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -1,4 +1,4 @@
# frozen_string_literal: false
# frozen_string_literal: true
# logger.rb - simple logging utility
# Copyright (C) 2000-2003, 2005, 2008, 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>.
#