Sha256: 5434cfa20c1d6f450b87d52e147ecea02b75287f891a743f144430596952a572
Contents?: true
Size: 378 Bytes
Versions: 5
Compression:
Stored size: 378 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module ImageBlock class Internal < Basic::BlockInternal alias src read_value def type_of?(type_name) type_name == ImageBlock::TYPE_NAME || super end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems