lib/jldrill/contexts/RunCommandContext.rb in jldrill-0.5.1.7 vs lib/jldrill/contexts/RunCommandContext.rb in jldrill-0.6.0.1
- old
+ new
@@ -1,5 +1,6 @@
+# encoding: utf-8
require 'Context/Context'
require 'Context/Bridge'
require 'Context/View'
module JLDrill
@@ -70,11 +71,11 @@
def loadReference
@parent.loadReference
end
- def loadTanaka
- @parent.loadTanaka
+ def loadExamples
+ @parent.loadExamples
end
def quit
@parent.quit
end