1
0
Fork 0
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:
Takayuki Nakata 2019-08-21 23:46:46 +09:00 committed by Hiroshi SHIBATA
parent b9996803f7
commit c27aaf1a8f
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2
8 changed files with 11 additions and 11 deletions

View file

@ -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?