module PdfForms::NormalizePath
Public Instance Methods
normalize_path(path)
click to toggle source
# File lib/pdf_forms/normalize_path.rb, line 9 def normalize_path(path) Pathname(path).to_path end
# File lib/pdf_forms/normalize_path.rb, line 9 def normalize_path(path) Pathname(path).to_path end