Advertisement
Guest User

Untitled

a guest
Sep 21st, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. 11: for i in words
  2. 12: if nouns.include?(words[i])
  3. 13: hashes[i][:nouns] = true
  4. 14: end
  5. 15:
  6. 16: if adjectives.include?(words[i])
  7. 17: hashes[i][:adjectives] = true
  8. 18: end
  9. 19: end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement