Sha256: 9237f9929375c9bcd50daefa242e87ac901a345ddc39b5701fe44698e692e28c

Contents?: true

Size: 318 Bytes

Versions: 5

Compression:

Stored size: 318 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/basic_report'
require_relative 'thinreports/section_report'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.14.2 lib/thinreports.rb
thinreports-0.14.1 lib/thinreports.rb
thinreports-0.14.0 lib/thinreports.rb
thinreports-0.13.1 lib/thinreports.rb
thinreports-0.13.0 lib/thinreports.rb