Sha256: a02232cb001be835df3dcff8884b06516e701bb8ae95d6c33d598e46d29f554f
Contents?: true
Size: 327 Bytes
Versions: 7
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Thinreports 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
Version data entries
7 entries across 7 versions & 1 rubygems