Sha256: a9d7d694ae0e4fd53ce7dae896e62576ccfd0739d2a1523f9c85542732cb8cd4

Contents?: true

Size: 349 Bytes

Versions: 5

Compression:

Stored size: 349 Bytes

Contents

# coding: utf-8

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

require 'thinreports/layout/version'
require 'thinreports/layout/base'
require 'thinreports/layout/format'
require 'thinreports/layout/configuration'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
thinreports-0.7.7 lib/thinreports/layout.rb
thinreports-0.7.6 lib/thinreports/layout.rb
thinreports-0.7.5 lib/thinreports/layout.rb
thinreports-0.7.0 lib/thinreports/layout.rb
thinreports-0.6.0.pre3 lib/thinreports/layout.rb