Sha256: 6f73ace392421f0c1069e73b7ead588145ba7ab4cd0ae3d7dee0e22feb57d978
Contents?: true
Size: 262 Bytes
Versions: 25
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module PlatformosCheck module Tags class Base < Liquid::Tag include BaseTagMethods def initialize(tag_name, markup, parse_context) super parse_markup(tag_name, markup) end end end end
Version data entries
25 entries across 25 versions & 1 rubygems