Sha256: 8e8490376e3c14789758cfbe0f431fdda2962045886a4efecfe60b665dd6c615

Contents?: true

Size: 346 Bytes

Versions: 7

Compression:

Stored size: 346 Bytes

Contents

# frozen_string_literal: true

module Thinreports
  module Layout
    # @see Thinreports::Layout::Base#initialize
    def self.new(filename, options = {})
      Base.new(filename, options)
    end
  end
end

require_relative 'layout/version'
require_relative 'layout/base'
require_relative 'layout/format'
require_relative 'layout/legacy_schema'

Version data entries

7 entries across 7 versions & 1 rubygems

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