http://groups.google.com/group/ruby-shell/browse_thread/thread/11bed4fb238a4a2e
I updated my patch and generated the diff along the recommended way.
Please use the new patch.
With this patch, you can use tab completion in variegated situations like below.
wd = dir['subd # -> wd = dir['sibdir1/
wd.foo(dir['subd # -> wd.foo(dir['sibdir1/
dir['subdir1/subd # -> dir['subdir1/subdir2/
dir['subdir1/']['subd # -> dir['subdir1/']['subdir2/
These completion should work remotely thought I have not tested yet...
--
Chihiro Ito <source...@gmail.com>
Excellent! I've applied your patch and committed it to the repo.
Next on my list: refactor this method and write some specs. :)
Adam