Class Bundler::SimilarityDetector
In: lib/bundler/similarity_detector.rb
Parent: Object

Methods

Constants

SimilarityScore = Struct.new(:string, :distance)

Public Class methods

initialize with an array of words to be matched against

Public Instance methods

return the result of ‘similar_words’, concatenated into a list (eg "a, b, or c")

return an array of words similar to ‘word’ from the corpus

Protected Instance methods

[Validate]