From f4a3589f5684e019a791a431f4e5cafeded57402 Mon Sep 17 00:00:00 2001 From: Mau Magnaguagno Date: Sat, 19 Mar 2016 01:11:23 -0300 Subject: [PATCH] Expand path --- Hype.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hype.rb b/Hype.rb index 10e40ba..08d03a5 100644 --- a/Hype.rb +++ b/Hype.rb @@ -8,7 +8,7 @@ #----------------------------------------------- # Require parsers, compilers and extensions -Dir.glob("#{File.expand_path('..', __FILE__)}/{parsers,compilers,extensions}/*.rb") {|file| require file} +Dir.glob(File.expand_path('../{parsers,compilers,extensions}/*.rb', __FILE__)) {|file| require file} module Hype extend self