mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update the canonical repository url.
This commit is contained in:
parent
5eb5613fef
commit
45b125eca7
1 changed files with 1 additions and 1 deletions
|
@ -823,7 +823,7 @@ readline_s_redisplay(VALUE self)
|
|||
*
|
||||
* When working with auto-complete there are some strategies that work well.
|
||||
* To get some ideas you can take a look at the
|
||||
* completion.rb[https://svn.ruby-lang.org/repos/ruby/trunk/lib/irb/completion.rb]
|
||||
* completion.rb[https://git.ruby-lang.org/ruby.git/tree/lib/irb/completion.rb]
|
||||
* file for irb.
|
||||
*
|
||||
* The common strategy is to take a list of possible completions and filter it
|
||||
|
|
Loading…
Reference in a new issue