Sha256: 6a44dcf8d97555a9f4bfdb96831a3106e27aeb44be5839e953995fa696b31d3b
Contents?: true
Size: 178 Bytes
Versions: 3
Compression:
Stored size: 178 Bytes
Contents
# frozen_string_literal: true module SamplePlugin class LiquidTag < Liquid::Tag def render(context) @context = context "This plugin works!" end end end
Version data entries
3 entries across 3 versions & 1 rubygems