[Feature #21219] Selective inspect of instance variables
Make Kernel#inspect ask which instance variables should be dumped by the result of #instance_variables_to_inspect.
#instance_variables_to_inspect
Co-Authored-By: Jean Boussier byroot@ruby-lang.org
[Feature #21219] Selective inspect of instance variables
Make Kernel#inspect ask which instance variables should be dumped by
the result of
#instance_variables_to_inspect.Co-Authored-By: Jean Boussier byroot@ruby-lang.org