lib/bioshogi/container/simple.rb in bioshogi-0.0.10 vs lib/bioshogi/container/simple.rb in bioshogi-0.0.14
- old
+ new
@@ -8,10 +8,10 @@
include ExecuteMethods
include SerializeMethods
include TestMethods
def executor_class
- PlayerExecutor::WithoutMonitor
+ PlayerExecutor::WithoutAnalyzer
end
end
end
end