class Thinreports::Core::Shape::Text::Interface

Private Instance Methods

init_internal(parent, format) click to toggle source

@see Thinreports::Core::Shape::Base::Interface#init_internal

# File lib/thinreports/core/shape/text/interface.rb, line 11
def init_internal(parent, format)
  Text::Internal.new(parent, format)
end