File: formatted.rb

package info (click to toggle)
ruby-prawn 2.4.0%2Bdfsg-1~
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 4,396 kB
  • sloc: ruby: 16,090; sh: 43; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# frozen_string_literal: true

require_relative 'formatted/wrap'

require_relative 'formatted/box'
require_relative 'formatted/parser'
require_relative 'formatted/fragment'