10 lines
119 B
Ruby
10 lines
119 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Fourmi
|
|
module Prawn
|
|
module Utils
|
|
VERSION = "0.1.0"
|
|
end
|
|
end
|
|
end
|