Method | Complexity | # Lines |
---|
Method | Complexity | # Lines |
---|---|---|
initialize | 2 | 3 |
word_list | 1 | 2 |
word_list= | 2 | 5 |
new_game | 1 | 3 |
guess | 2 | 3 |
best_letter | 2 | 2 |
right_sized_words | 1 | 2 |
correct_guess | 2 | 3 |
trim_known_bad_ltrs | 2 | 2 |
incorrect_guess | 2 | 2 |
fail | 1 | 1 |
game_result | 1 | 1 |
hits | 2 | 5 |
trim_by_ltr | 2 | 2 |
no_match? | 2 | 5 |
bad_ltr? | 1 | 2 |