Skip to content

Commit 2f77da6

Browse files
committed
Initialize default_font class var
1 parent 0a22c03 commit 2f77da6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/receipts.rb

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ module Receipts
99
autoload :Receipt, "receipts/receipt"
1010
autoload :Statement, "receipts/statement"
1111

12+
@@default_font = nil
13+
1214
# Customize the default font hash
1315
# default_font = {
1416
# bold: "path/to/font",

0 commit comments

Comments
 (0)