Method: GLI::Commands::HelpModules::CommandFinder#squelch_stderr=
- Defined in:
- lib/gli/commands/help_modules/command_finder.rb
#squelch_stderr=(value) ⇒ Object (writeonly)
Sets the attribute squelch_stderr
9 10 11 |
# File 'lib/gli/commands/help_modules/command_finder.rb', line 9 def squelch_stderr=(value) @squelch_stderr = value end |