I deleted all older Ruby libs and compiled v3.0 from the command line (no pkg managers were used.)
The binary's CLI can handle arguments:
$ruby -v --> ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux]
irb is alive:
$irb --> irb(main):001:0>
But launching Ruby w/o any CLI arguments is dead. No response.
The RubyGems package manager is alive, but fails (Net::OpenTimeout) when trying to download from rubygems.org.
I'm flummoxed. Any ideas?