Add frozen_string_literal pragma to ruby files

This commit is contained in:
Krzysztof Rybka
2018-12-16 16:25:29 +01:00
parent 17d0e6bdb7
commit 873cf4add2
157 changed files with 313 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
# Execute this test in isolation
require 'support/isolated_unit'