Sha256: c75295ec62f5861dfff38125eb70d1685cf5aabdc1e92ed0257b50569cf5d7e9

Contents?: true

Size: 257 Bytes

Versions: 6

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true
require 'yaml'

module ThemeCheck
  module ShopifyLiquid
    module Tag
      extend self

      def labels
        @tags ||= YAML.load(File.read("#{__dir__}/../../../data/shopify_liquid/tags.yml"))
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
theme-check-0.8.1 lib/theme_check/shopify_liquid/tag.rb
theme-check-0.8.0 lib/theme_check/shopify_liquid/tag.rb
theme-check-0.7.3 lib/theme_check/shopify_liquid/tag.rb
theme-check-0.7.2 lib/theme_check/shopify_liquid/tag.rb
theme-check-0.7.1 lib/theme_check/shopify_liquid/tag.rb
theme-check-0.7.0 lib/theme_check/shopify_liquid/tag.rb