Sha256: 6dbb9a26a425730adec08c00956b0e0adc610aff3a8d5d91a8601a697bba0edb
Contents?: true
Size: 377 Bytes
Versions: 14
Compression:
Stored size: 377 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module Declarations class RemarkItemDrop < ::Expressir::Liquid::DeclarationDrop def initialize(model) @model = model super end def id @model.id end def remarks @model.remarks || [] end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems