Method: MotherBrain::Cli::Shell::Ext::ClassMethods#say
- Defined in:
- lib/mb/cli/shell/ext.rb
#say(message = "", color = nil, force_new_line = nil) ⇒ Object Also known as: info
23 24 25 26 27 |
# File 'lib/mb/cli/shell/ext.rb', line 23 def say( = "", color = nil, force_new_line = nil) return if quiet? super(, color) end |