Sha256: 784027ba307f96536882f4765b5922f883dd6a90eafc0a136b643d54d4cb39c3

Contents?: true

Size: 247 Bytes

Versions: 3

Compression:

Stored size: 247 Bytes

Contents

# coding: utf-8

module Thinreports
  module Core::Shape

    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

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.8.2 lib/thinreports/core/shape/image_block/internal.rb
thinreports-0.8.1 lib/thinreports/core/shape/image_block/internal.rb
thinreports-0.8.0 lib/thinreports/core/shape/image_block/internal.rb