We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bc6ce commit fb90301Copy full SHA for fb90301
1 file changed
tool/ruby_vm/views/_leaf_helpers.erb
@@ -25,7 +25,7 @@ leafness_of_defined(rb_num_t op_type)
25
case DEFINED_YIELD:
26
case DEFINED_REF:
27
case DEFINED_ZSUPER:
28
- return false;
+ return true;
29
case DEFINED_CONST:
30
case DEFINED_CONST_FROM:
31
/* has rb_autoload_load(); */
0 commit comments