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