Enabled frozen_string_literal

This commit is contained in:
Mike Angell
2019-09-18 13:27:38 +10:00
parent d8403af515
commit cf9e7317c7
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
# frozen_string_literal: true
module Liquid
class StaticRegisters
attr_reader :static_registers, :registers
+2
View File
@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class StaticRegistersUnitTest < Minitest::Test