Method: MotherBrain::Cli::Shell::Ext::ClassMethods#mute!
- Defined in:
- lib/mb/cli/shell/ext.rb
#mute! ⇒ Object
Mute the output of this instance of UI until #unmute! is called
14 15 16 |
# File 'lib/mb/cli/shell/ext.rb', line 14 def mute! @mute = true end |