Method: Wordlist::CLI#modifiers

Defined in:
lib/wordlist/cli.rb

#modifiersArray<(Symbol, ...)> (readonly)

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Wordlist modifiers to apply.

Returns:

  • (Array<(Symbol, ...)>)

Since:

  • 1.0.0



67
68
69
# File 'lib/wordlist/cli.rb', line 67

def modifiers
  @modifiers
end