This method is only available on newer versions. The first available version (v2_6_3) is shown here.
new(corpus)
initialize with an array of words to be matched against
# File lib/bundler/similarity_detector.rb, line 8 def initialize(corpus) @corpus = corpus end