Description
Improves Ruby REPL completion by using type information to suggest more relevant methods or values. It is useful for interactive development, exploration, and learning APIs in a console.
REPL tooling can inspect project code and runtime objects. Avoid exposing completion logs or console sessions that include private constants, paths, or data.