Sha256: ef611b425ed2362109e4bdbadadd78a64868021651b9b69ff7fe7a5a2634a9a8
Contents?: true
Size: 445 Bytes
Versions: 5
Compression:
Stored size: 445 Bytes
Contents
# frozen_string_literal: true module Thinreports module BasicReport module Core module Shape module Text class Interface < Basic::Interface private # @see Thinreports::BasicReport::Core::Shape::Base::Interface#init_internal def init_internal(parent, format) Text::Internal.new(parent, format) end end end end end end end
Version data entries
5 entries across 5 versions & 1 rubygems