Command completion in irb and ruby-debug

I’ve seen hints more than once that there’s a way to enable command
completion (or just identifier completion, or anything-completion) in
irb and/or ruby-debug.

Any clues?

Thanks!

Pito

Pito S. wrote:

I’ve seen hints more than once that there’s a way to enable command
completion (or just identifier completion, or anything-completion) in
irb and/or ruby-debug.

Any clues?

Thanks!

Pito

require ‘irb/completion’

you can include that in your .irbc in your home directory.

Daniel R.