Updated require with yucky File.dirname(__FILE__) hacks.
[ruby_koans.git] / src / about_triangle_project_2.rb
index 34f7482..f9f3976 100644 (file)
@@ -1,4 +1,4 @@
-require 'edgecase'
+require File.expand_path(File.dirname(__FILE__) + '/edgecase')
 
 # You need to write the triangle method in the file 'triangle.rb'
 require 'triangle.rb'