lib/uby-next.rb in ruby-next-0.1.1 vs lib/uby-next.rb in ruby-next-0.2.0
- old
+ new
@@ -3,10 +3,10 @@
require "ruby-next/language/runtime"
require "ruby-next/core/runtime"
using RubyNext
-RubyNext::Language::Runtime.watch_dirs << Dir.pwd
+RubyNext::Language.watch_dirs << Dir.pwd
require "stringio"
# Hijack stderr to avoid printing exceptions while executing ruby files
stderr = StringIO.new