Add the frozen_string_literal pragma comment to all Ruby files. (#4725)

This commit is contained in:
Pat Allan
2017-12-22 04:36:29 +11:00
committed by Leonardo Tegon
parent 8b9fba73fd
commit f39c6fd927
199 changed files with 397 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class RailsTest < ActiveSupport::TestCase