[Source]
# File lib/more_like_this.rb, line 210 210: def initialize(word, field, score) 211: @word = word; @field = field; @score = score 212: end
[Validate]