mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[bundler/bundler] Fix comments and messages to refer to https url
a86b49f1b9
This commit is contained in:
parent
b9996803f7
commit
c27aaf1a8f
8 changed files with 11 additions and 11 deletions
|
@ -28,7 +28,7 @@ module Bundler
|
|||
|
||||
protected
|
||||
|
||||
# http://www.informit.com/articles/article.aspx?p=683059&seqNum=36
|
||||
# https://www.informit.com/articles/article.aspx?p=683059&seqNum=36
|
||||
def levenshtein_distance(this, that, ins = 2, del = 2, sub = 1)
|
||||
# ins, del, sub are weighted costs
|
||||
return nil if this.nil?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue