Method: Wordlist::Modifiers::Sub#block
- Defined in:
- lib/wordlist/modifiers/sub.rb
#block ⇒ Proc? (readonly)
The optional block to call when replacing matched substrings.
26 27 28 |
# File 'lib/wordlist/modifiers/sub.rb', line 26 def block @block end |