Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dc832e

Browse files
committed
Enable frozen_string_literal: true in logger.rb.
1 parent 9168569 commit 2dc832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# frozen_string_literal: false
1+
# frozen_string_literal: true
22
# logger.rb - simple logging utility
33
# Copyright (C) 2000-2003, 2005, 2008, 2011 NAKAMURA, Hiroshi <[email protected]>.
44
#

0 commit comments

Comments
 (0)