Sha256: dfb176d245c337e905446a93aa0ada160da629ec8964845ba1c6c95270f2a2e6
Contents?: true
Size: 349 Bytes
Versions: 11
Compression:
Stored size: 349 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module DataTypes class GenericDrop < ::Expressir::Liquid::DataTypeDrop include ::Expressir::Liquid::IdentifierDrop def initialize(model) @model = model initialize_identifier(@model) super end end end end end
Version data entries
11 entries across 11 versions & 1 rubygems