Sha256: 955da0ee7a43277491e81a8d4cb01d68cd9e688b601f3fd7b068befb3e87759f
Contents?: true
Size: 213 Bytes
Versions: 3
Compression:
Stored size: 213 Bytes
Contents
# frozen_string_literal: true # Hack ...or stub Liquid classes and methods used in plugin module Liquid class Tag def initialize(*_); end end class Template def self.register_tag(*_); end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
jekyll-twitter-plugin-2.0.0 | spec/support/jekyll_template.rb |
jekyll-twitter-plugin-1.4.0 | spec/support/jekyll_template.rb |
jekyll_version_plugin-2.0.0 | spec/support/jekyll_template.rb |