Commit 1f53514
committed
Add frozen_string_literal pragma to visitor.rb
Every other file in the project already has this pragma.
visitor.rb was the only one missing it.
standardrb intentionally excludes the frozen_string_literal cop
(standardrb/standard#181) so the linter
wouldn't flag this.1 parent 3e203e1 commit 1f53514
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
0 commit comments