Sha256: fd79d6788d6763308cd294ac153cecb34913c2a320e14afc1a8e0c86ed993a9a

Contents?: true

Size: 566 Bytes

Versions: 5

Compression:

Stored size: 566 Bytes

Contents

# frozen_string_literal: true

require 'pathname'

module Thinreports
  def self.root
    @root ||= Pathname.new(__FILE__).join('..', '..')
  end
end

require_relative 'thinreports/version'
require_relative 'thinreports/config'
require_relative 'thinreports/core/utils'
require_relative 'thinreports/core/errors'
require_relative 'thinreports/core/format/base'
require_relative 'thinreports/core/shape'
require_relative 'thinreports/core/utils'
require_relative 'thinreports/report'
require_relative 'thinreports/layout'
require_relative 'thinreports/generator/pdf'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.11.0 lib/thinreports.rb
thinreports-0.10.3 lib/thinreports.rb
thinreports-0.10.2 lib/thinreports.rb
thinreports-0.10.1 lib/thinreports.rb
thinreports-0.10.0 lib/thinreports.rb