Sha256: cc74fc9c10a8c0be5a0fe818fc075996ab33de016ee7976b6ade7cd688fc9909
Contents?: true
Size: 248 Bytes
Versions: 16
Compression:
Stored size: 248 Bytes
Contents
# frozen_string_literal: true module Liquid class Tag module Disabler def render_to_output_buffer(context, output) context.with_disabled_tags(self.class.disabled_tags) do super end end end end end
Version data entries
16 entries across 16 versions & 1 rubygems