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

Version Path
thinreports-0.14.2 lib/thinreports/basic_report/core/shape/text/interface.rb
thinreports-0.14.1 lib/thinreports/basic_report/core/shape/text/interface.rb
thinreports-0.14.0 lib/thinreports/basic_report/core/shape/text/interface.rb
thinreports-0.13.1 lib/thinreports/basic_report/core/shape/text/interface.rb
thinreports-0.13.0 lib/thinreports/basic_report/core/shape/text/interface.rb