Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -335,7 +335,7 @@ public static void join(StringBuilder builder, Object[] parts) {

for (int n = 0; n < parts.length; n++) {
if (n > 0) {
builder.append(File.separator);
builder.append("/");
}

if (parts[n] instanceof RubyArray) {

0 comments on commit f05bc37

Please sign in to comment.