Libraries
»
wtch
(0.0.2)
»
Index
»
Wtch
»
UI
»
Shell
»
#error
Method: Wtch::UI::Shell#error
Defined in:
lib/wtch/ui.rb
#
error
(msg) ⇒
Object
37 38 39
# File 'lib/wtch/ui.rb', line 37
def
error
(
msg
)
@shell
.
say
(
msg
,
:red
)
end