lib/hack_tree/node/hack.rb in hack_tree-0.1.0 vs lib/hack_tree/node/hack.rb in hack_tree-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
-require File.join(File.dirname(__FILE__), "base")
+require File.expand_path("../base", __FILE__)
module HackTree
module Node
class Hack < Base
# The actual code block to execute.