Sha256: b86ba3647cffc52141452226a110653faded0b3e4454402dc85dd284fda15130
Contents?: true
Size: 384 Bytes
Versions: 14
Compression:
Stored size: 384 Bytes
Contents
# frozen_string_literal: true module Expressir module Liquid module DataTypes class BinaryDrop < ::Expressir::Liquid::DataTypeDrop def initialize(model) @model = model super end def width drop_klass_by_model(@model.width) end def fixed @model.fixed end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems