From e9090e0d8cff2d35df4a7ff3ead3a0da6c4627ae Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 31 Aug 2015 14:33:07 +0200 Subject: [PATCH] Added requirement for pathname. --- lib/qasim/constants.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/qasim/constants.rb b/lib/qasim/constants.rb index 24322b7..e050a4e 100644 --- a/lib/qasim/constants.rb +++ b/lib/qasim/constants.rb @@ -1,3 +1,6 @@ + +require 'pathname' + module Qasim APP_NAME = "Qasim"