Sha256: eeb39023642bef7da9b4e4f444bd178d727c66dc52de547db3088cb4964d9d0f
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
require 'copy_paste_pdf/table' module CopyPastePDF class Error < StandardError; end class CopyToNonEmptyCellError < Error; end class MissingSourceError < Error; end class InvalidRowError < Error; end class MergeWithEmptyCellError < Error; end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
copy_paste_pdf-0.0.2 | lib/copy_paste_pdf.rb |