diff options
| -rw-r--r-- | yjit/src/codegen.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yjit/src/codegen.rs b/yjit/src/codegen.rs index aea105a4f3..1fe0b480e5 100644 --- a/yjit/src/codegen.rs +++ b/yjit/src/codegen.rs @@ -4898,7 +4898,7 @@ fn jit_obj_respond_to( // Method exists and has acceptable visibility if cme_def_type == VM_METHOD_TYPE_NOTIMPLEMENTED { // C method with rb_f_notimplement(). `respond_to?` returns false - // without consulting `respond_to_missing?`. + // without consulting `respond_to_missing?`. See also: rb_add_method_cfunc() Qfalse } else { Qtrue |
