░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/prawn-2.4.0/manual/layout
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: layout.rb
# frozen_string_literal: true # Examples for using grid layouts. require_relative '../example_helper' Prawn::ManualBuilder::Example.generate('layout.pdf', page_size: 'FOLIO') do package 'layout' do |p| p.example 'simple_grid' p.example 'boxes' p.example 'content' p.intro do prose <<-TEXT Prawn has support for two-dimensional grid based layouts out of the box. The examples show: TEXT list( 'How to define the document grid', 'How to configure the grid rows and columns gutters', 'How to create boxes according to the grid' ) end end end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 boxes.rb
RB
914 B
2023-09-24 03:48
EDIT
📄 content.rb
RB
789 B
2023-09-24 03:48
EDIT
📄 layout.rb
RB
633 B
2023-09-24 03:48
EDIT
📄 simple_grid.rb
RB
887 B
2023-09-24 03:48
EDIT