Libraries
»
motherbrain
(1.2.0)
»
Index
»
MotherBrain
»
Cli
»
Shell
»
Ext
»
ClassMethods
»
#warn
Method: MotherBrain::Cli::Shell::Ext::ClassMethods#warn
Defined in:
lib/mb/cli/shell/ext.rb
#
warn
(message) ⇒
Object
30 31 32
# File 'lib/mb/cli/shell/ext.rb', line 30
def
warn
(
message
)
say
(
message
,
:yellow
)
end