Actions
Bug #7680
closedIRB autocompletion doesn't autocomplete methods
Bug #7680:
IRB autocompletion doesn't autocomplete methods
Description
steps to reproduce:
$ irb
irb(main):001:0> irb_
This returns nothing, but should return all of the irb commands. Such as irb_binding, irb_context, irb_jobs, irb_help, etc etc
Actions