We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24f625 commit 0556f97Copy full SHA for 0556f97
test/yarp/ruby_api_test.rb
@@ -43,8 +43,7 @@ def test_location_join
43
arg.location.join(recv.location)
44
end
45
46
- other_recv, other_args_node, _ = parse_expression("1234 + 567").child_nodes
47
- other_arg = other_args_node.arguments[0]
+ other_arg = parse_expression("1234 + 567").arguments.arguments[0]
48
49
assert_raise RuntimeError, "Incompatible sources" do
50
other_arg.location.join(recv.location)
0 commit comments