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

Version Path
thinreports-0.7.7 lib/thinreports/core/shape/image_block/internal.rb
thinreports-0.7.6 lib/thinreports/core/shape/image_block/internal.rb
thinreports-0.7.5 lib/thinreports/core/shape/image_block/internal.rb
thinreports-0.7.0 lib/thinreports/core/shape/image_block/internal.rb