Libraries
»
oldtime
(0.1.3)
»
Index
»
Oldtime
»
UI
»
Shell
»
#error
Method: Oldtime::UI::Shell#error
Defined in:
lib/oldtime/ui.rb
#
error
(msg) ⇒
Object
48 49 50
# File 'lib/oldtime/ui.rb', line 48
def
error
(
msg
)
@shell
.
say
(
msg
,
:red
)
end