Libraries
»
oldtime
(0.1.3)
»
Index
»
Oldtime
»
UI
»
Shell
»
#warn
Method: Oldtime::UI::Shell#warn
Defined in:
lib/oldtime/ui.rb
#
warn
(msg) ⇒
Object
44 45 46
# File 'lib/oldtime/ui.rb', line 44
def
warn
(
msg
)
@shell
.
say
(
msg
,
:yellow
)
end