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