Sha256: db5b9269ee892d4fd8966d1e72ec8461ee2796cfe0308d0f7eef0636492243f3
Contents?: true
Size: 386 Bytes
Versions: 4
Compression:
Stored size: 386 Bytes
Contents
# coding: utf-8 module ThinReports module Core::Shape class ImageBlock::Interface < Basic::BlockInterface # @see #value alias_method :src, :value private # @see ThinReports::Core::Shape::Base::Interface#init_internal def init_internal(parent, format) ImageBlock::Internal.new(parent, format) end end end end
Version data entries
4 entries across 4 versions & 1 rubygems