Sha256: 5f1aed9973d82469e12e18e670b9e47a3549ccb544d75f5a0392bef724db7149

Contents?: true

Size: 231 Bytes

Versions: 3

Compression:

Stored size: 231 Bytes

Contents

# coding: utf-8

CaseRunner.current :hidden_shapes

ThinReports::Report.generate_file(:pdf, CaseRunner.output_file) do
  use_layout(CaseRunner.layout_file)
  
  start_new_page
  
  2.times do
    page.list(:List).add_row
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.7.6 test/case/hidden_shapes/hidden_shapes.rb
thinreports-0.7.5 test/case/hidden_shapes/hidden_shapes.rb
thinreports-0.7.0 test/case/hidden_shapes/hidden_shapes.rb