# frozen_string_literal: true

module Liquid
  module Const
    EMPTY_HASH = {}.freeze
    EMPTY_ARRAY = [].freeze
  end
end
