Skip to content

Commit

Permalink
Expand path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Mar 19, 2016
1 parent fa739c8 commit f4a3589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hype.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4a3589

Please sign in to comment.