Enable frozen_string_literal

This commit is contained in:
Mike Angell
2019-09-18 13:40:07 +10:00
committed by GitHub
parent d8403af515
commit adb40c41b7
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
module Liquid
class StaticRegisters
attr_reader :static_registers, :registers

View File

@@ -1,3 +1,5 @@
# frozen_string_literal: true
require 'test_helper'
class StaticRegistersUnitTest < Minitest::Test