Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -241,7 +241,8 @@ private static RubyRootNode makeGenericMethod(RubyContext context, MethodDetails
}

public void allMethodInstalled() {
if (!AmbiguousOptionalArgumentChecker.SUCCESS) {
if (System.getenv("TRUFFLE_CHECK_AMBIGUOUS_OPTIONAL_ARGS") != null &&
!AmbiguousOptionalArgumentChecker.SUCCESS) {
System.exit(1);
}
}

0 comments on commit e3f9f81

Please sign in to comment.