Skip to content

Commit df9c7ab

Browse files
committed
Set frozen_string_literal: true in colors.rb
We should use frozen string literals in this file. There are a bunch of string literals in constants that should be constant.
1 parent 0eaec10 commit df9c7ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/thor/shell/color.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# frozen_string_literal: true
2+
13
require_relative "basic"
24
require_relative "lcs_diff"
35

0 commit comments

Comments
 (0)