diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-13 15:58:58 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2017-02-13 16:03:32 -0300 |
commit | c2bc569d2d538584cfc081e5775de17cdf2f054b (patch) | |
tree | 861da096e3d26abcb17c82b4d9a8c76d5ba9a1a3 /test/nodes/test_binary.rb | |
parent | d6af2090b16f7d061aa43913d610c6fada58b7e2 (diff) | |
download | rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.tar.gz rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.tar.bz2 rails-c2bc569d2d538584cfc081e5775de17cdf2f054b.zip |
Enable frozen_string_literal in all files in arel
Diffstat (limited to 'test/nodes/test_binary.rb')
-rw-r--r-- | test/nodes/test_binary.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nodes/test_binary.rb b/test/nodes/test_binary.rb index 7e25a21151..8e3025a440 100644 --- a/test/nodes/test_binary.rb +++ b/test/nodes/test_binary.rb @@ -1,3 +1,4 @@ +# frozen_string_literal: true require 'helper' require 'set' |