prawn-utils/lib/fourmi/prawn/utils.rb

13 lines
199 B
Ruby

# frozen_string_literal: true
require_relative "utils/version"
module Fourmi
module Prawn
module Utils
class Error < StandardError; end
# Your code goes here...
end
end
end