Searched refs:thatVal (Results 1 – 1 of 1) sorted by relevance
192 IRubyObject thatVal = message.getField(context, fdef); in eq() local193 IRubyObject ret = thisVal.callMethod(context, "==", thatVal); in eq()