4041424344454647484950
seen.add(pair); } if (a instanceof RubyHash) { RubyHash hash = (RubyHash) a; return hash.compare(context, method, b); } else if (a instanceof RubyArray) { RubyArray array = (RubyArray) a; return array.compare(context, method, b); }
4243444546474849505152