Skip to content

Commit f9c4f56

Browse files
committed
Fixes circular require warning
warning: lib/prawn/fonts.rb:9: warning: loading in progress, circular require considered harmful - lib/prawn/font.rb
1 parent 6b91b63 commit f9c4f56

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/prawn/fonts.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module Fonts
66
end
77
end
88

9-
require_relative 'font'
109
require_relative 'fonts/afm'
1110
require_relative 'fonts/ttf'
1211
require_relative 'fonts/dfont'

0 commit comments

Comments
 (0)