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
@@ -18,7 +18,7 @@ public static RubyHash createHash(Ruby runtime, IRubyObject key, IRubyObject val

public static RubyHash createHash(Ruby runtime, IRubyObject key1, IRubyObject value1,
IRubyObject key2, IRubyObject value2) {
RubyHash hash = createHash(runtime, key1, key2);
RubyHash hash = createHash(runtime, key1, value1);

hash.fastASet(key2, value2);

0 comments on commit b707c91

Please sign in to comment.