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

13 lines
199 B
Ruby
Raw Permalink Normal View History

2022-10-14 08:59:53 +00:00
# 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