mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +02:00
![]() `rp` and other commands were broken for me because they always showed the object as a T_NONE. The reason was that instead of returning the type `struct RBasic`, FindFirstType("struct RBasic") was returning `yjit::cruby::autogened::RBasic`. Explicitly asking for the top-level RBasic by prefixing it with `::` is enough to fix those commands. |
||
---|---|---|
.. | ||
command_template.py | ||
heap_page_command.py | ||
print_flags_command.py | ||
rb_id2str_command.py | ||
rclass_ext_command.py | ||
rp_command.py |