17 18 19 20
# File 'lib/thesaurus.rb', line 17 def parse(line) root, *words = line.split(",") Entry.new(root, words) end