class Thinreports::Core::Shape::ImageBlock::Internal

Public Instance Methods

type_of?(type_name) click to toggle source
# File lib/thinreports/core/shape/image_block/internal.rb, line 10
def type_of?(type_name)
  type_name == ImageBlock::TYPE_NAME || super
end