module Thinreports::Layout

Public Class Methods

new(filename, options = {}) click to toggle source

@see Thinreports::Layout::Base#initialize

# File lib/thinreports/layout.rb, line 6
def self.new(filename, options = {})
  Base.new(filename, options)
end