Method: Wordlist::Operators::Power#each
- Defined in:
- lib/wordlist/operators/power.rb
#each {|string| ... } ⇒ Enumerator
Enumerates over every combination of words from the wordlist.
67 68 69 |
# File 'lib/wordlist/operators/power.rb', line 67 def each(&block) @wordlists.each(&block) end |