Sha256: a0b5e411c0b8dff960919e797450d4f5553778be70b944c1db07abe6504df2d6
Contents?: true
Size: 434 Bytes
Versions: 14
Compression:
Stored size: 434 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module DataTypes class AggregateDrop < ::Expressir::Liquid::DataTypeDrop include ::Expressir::Liquid::IdentifierDrop def initialize(model) @model = model initialize_identifier(@model) super end def base_type drop_klass_by_model(@model.base_type) end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems