Compare commits

...

1 Commits

Author SHA1 Message Date
Mike Angell
cf9e7317c7 Enabled frozen_string_literal 2019-09-18 13:27:38 +10:00
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