Libraries
»
capita_git
(0.1.6)
»
Index
»
CapitaGit
»
UI
»
Shell
»
#warn
Method: CapitaGit::UI::Shell#warn
Defined in:
lib/capita_git/ui.rb
#
warn
(msg) ⇒
Object
41 42 43
# File 'lib/capita_git/ui.rb', line 41
def
warn
(
msg
)
@shell
.
say
(
msg
,
:yellow
)
end