Sha256: 18ac1ea42798fd4b156d3d85ce09b426f95a9b7ec8357db2efa0edc8aaa81c65

Contents?: true

Size: 398 Bytes

Versions: 5

Compression:

Stored size: 398 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

5 entries across 5 versions & 1 rubygems

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