Sha256: 1a077e0a0d0175045770cd0d9fb18bb1a72e3276ef889b149fd07832e8b8f383
Contents?: true
Size: 275 Bytes
Versions: 4
Compression:
Stored size: 275 Bytes
Contents
# coding: utf-8 module ThinReports module Core::Shape # @private class ImageBlock::Internal < Basic::BlockInternal alias_method :src, :read_value def type_of?(type_name) type_name == :iblock || super end end end end
Version data entries
4 entries across 4 versions & 1 rubygems