Sha256: f1c913bb1e65f27ee6bd8e3bcc372bd196b841e17f4fc01ad44d3b8e7721854d
Contents?: true
Size: 238 Bytes
Versions: 7
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true module Scribo class IncludeDrop < Liquid::Drop def initialize(attributes) @attributes = attributes end def liquid_method_missing(method) @attributes[method.to_s] end end end
Version data entries
7 entries across 7 versions & 1 rubygems