lib/logicality/interpreter/interpreter.rb in logicality-1.0.0 vs lib/logicality/interpreter/interpreter.rb in logicality-1.0.1

- old
+ new

@@ -3,7 +3,7 @@ # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. # -require './lib/logicality/interpreter/node_visitor' -require './lib/logicality/interpreter/simple_interpreter' +require_relative 'node_visitor' +require_relative 'simple_interpreter'