Changes for version 0.7.1 - 2020-05-23

  • No spec changes.
  • Use value from orig_class attribute to keep working when class/object is mixed with roles into another package.
  • [doc] WordListRole::WordList: Document the required methods.
  • [doc] Add FAQ item about pick() returning '1'.
  • [doc] Remove mention of WordListMod::* modules.

Modules

Word lists
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing each_word())
Wordlist that returns one, two (via implementing first_word(), next_word(), and reset_iterator())
Wordlist that contains "one" and "two"
Provide each_word(); relies on first_word(), next_word(), reset_iterator()
Provide first_word(), next_word(), reset_iterator(); relies on each_word()
The WordList methods