From: "keiju (Keiju Ishitsuka)" Date: 2013-01-10T23:04:42+09:00 Subject: [ruby-core:51354] [ruby-trunk - Bug #7680] IRB autocompletion doesn't autocomplete methods Issue #7680 has been updated by keiju (Keiju Ishitsuka). zzak (Zachary Scott) wrote: > 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 Please, try: % irb -r irb/completion irb(main):001:0> irb_ ---------------------------------------- Bug #7680: IRB autocompletion doesn't autocomplete methods https://bugs.ruby-lang.org/issues/7680#change-35324 Author: zzak (Zachary Scott) Status: Assigned Priority: Normal Assignee: keiju (Keiju Ishitsuka) Category: lib Target version: 2.0.0 ruby -v: 2.0.0 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 -- http://bugs.ruby-lang.org/