lib/logicality/parser/ast/ast.rb in logicality-1.0.0 vs lib/logicality/parser/ast/ast.rb in logicality-1.0.1

- old
+ new

@@ -3,9 +3,9 @@ # # 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/parser/ast/node' -require './lib/logicality/parser/ast/binary_operator_node' -require './lib/logicality/parser/ast/unary_operator_node' -require './lib/logicality/parser/ast/value_operand_node' +require_relative 'node' +require_relative 'binary_operator_node' +require_relative 'unary_operator_node' +require_relative 'value_operand_node'