Sha256: 3707cd7308f80097ec33141a9dd142d43964079053d25276ff03c09c145a2b71
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
# This is free software. Please see the LICENSE and COPYING files for details. require_relative "table" require_relative "grid" module Prawn module Errors # This error is raised when table data is malformed # InvalidTableData = Class.new(StandardError) # This error is raised when an empty or nil table is rendered # EmptyTable = Class.new(StandardError) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
prawn-1.0.0 | lib/prawn/layout.rb |