Marc Heiler wrote: >> ~/NetBeansProjects/jruby $ jirb >> irb(main):001:0> puts build<tab> >> build build-config.xml build.xml build_lib >> irb(main):001:0> puts build > > Hmm but how does it work? > Guess i have to look at the source :/ Considering that it's a bug...I'm not really sure :) I believe it has something to do with our readline library (Jline) probably having some default mode where tab completion includes the current directory. - Charlie