Libraries
»
hw
(1.3.3)
»
Index
»
HW
»
Actions
»
#warn
Method: HW::Actions#warn
Defined in:
lib/hw/actions.rb
#
warn
(msg) ⇒
Object
12
# File 'lib/hw/actions.rb', line 12
def
warn
msg
;
say_status
"warning"
,
msg
,
:yellow
;
end