Searched refs:toHash (Results 1 – 2 of 2) sorted by relevance
193 return toHash(context).op_equal(context, _other); in eq()217 return toHash(getRuntime().getCurrentContext()).inspect(); in inspect()342 public RubyHash toHash(ThreadContext context) { in toHash() method in RubyMap
325 return Helpers.invoke(context, message.toHash(context), "to_json"); in encodeJson()349 public IRubyObject toHash(ThreadContext context) { in toHash() method in RubyMessage