Is there any way (supported or otherwise) to set Readline's rl_readline_name variable from Ruby's Readline module? Or even to read it to find out the current value?
It seems to be only marginally documented and supported in the C library, with about the only mention being how to use the value in .inputrc to conditionalise settings.