lib/repl.rb in runeblog-0.1.75 vs lib/repl.rb in runeblog-0.1.76
- old
+ new
@@ -1,6 +1,7 @@
-require 'runeblog'
+# require 'runeblog'
+require 'global'
require 'ostruct'
require 'helpers-repl' # FIXME structure
make_exception(:PublishError, "Error during publishing")
# make_exception(:EditorProblem, "Could not edit $1")
@@ -398,5 +399,6 @@
puts unless testing
@out
end
end
+