Sha256: f4c7fc110b4c95cb1d15b3ef3e34863dbac685b0225fc8067236151a145fd2e0

Contents?: true

Size: 329 Bytes

Versions: 4

Compression:

Stored size: 329 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Core
    module Shape
      module TextBlock
        TYPE_NAME = 'text-block'.freeze
      end
    end
  end
end

require_relative 'text_block/format'
require_relative 'text_block/internal'
require_relative 'text_block/interface'
require_relative 'text_block/formatter'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
thinreports-0.10.3 lib/thinreports/core/shape/text_block.rb
thinreports-0.10.2 lib/thinreports/core/shape/text_block.rb
thinreports-0.10.1 lib/thinreports/core/shape/text_block.rb
thinreports-0.10.0 lib/thinreports/core/shape/text_block.rb