Hi, In [ruby-talk :15834 ] the message: "[ruby-talk:15834] Re: Can irb have smart completion? ", on May/28 16:43(JST) Yukihiro Matsumoto writes: >Hi, > >In message "[ruby-talk:15832] Can irb have smart completion?" > on 01/05/28, Max Ischenko <max / malva.com.ua> writes: > >|When I use <TAB> in irb, it used to show file list. >|Can I tell irb to complete variable names, method names, etc. ? > >irb bundled with 1.7 (try snapshot.tar.gz) has this feature, I think. and execute: % irb -r irb/completion or write ~/.irbrc in following text: require "irb/completion" -- keiju