Sha256: 9da88f77dff6cf9661328123c9136d2ab32fb1d0b852d7104bfeb20fb387cad7

Contents?: true

Size: 248 Bytes

Versions: 3

Compression:

Stored size: 248 Bytes

Contents

# frozen_string_literal: true

example :hidden_shapes, 'Generate PDF that contains hidden shapes' do |t|
  Thinreports::Report.generate(filename: t.output_filename) do
    use_layout t.layout_filename

    2.times { list(:List).add_row }
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
thinreports-0.10.2 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.10.1 examples/hidden_shapes/hidden_shapes.rb
thinreports-0.10.0 examples/hidden_shapes/hidden_shapes.rb