Skip to content

Commit

Permalink
add require for pathname lib fixes jkraemer#55
Browse files Browse the repository at this point in the history
  • Loading branch information
jkraemer committed Aug 30, 2016
1 parent c8d76f9 commit e5d69a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/pdf_forms/normalize_path.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# coding: UTF-8

require 'pathname'

module PdfForms

module NormalizePath
Expand Down

0 comments on commit e5d69a3

Please sign in to comment.