Libraries
»
capita_git
(0.1.6)
»
Index
»
CapitaGit
»
UI
»
Shell
»
#error
Method: CapitaGit::UI::Shell#error
Defined in:
lib/capita_git/ui.rb
#
error
(msg) ⇒
Object
45 46 47
# File 'lib/capita_git/ui.rb', line 45
def
error
(
msg
)
@shell
.
say
(
msg
,
:red
)
end