Libraries
»
xmvc
(0.1.11)
»
Index
»
Xmvc
»
UI
»
Shell
»
#confirm
Method: Xmvc::UI::Shell#confirm
Defined in:
lib/xmvc/ui.rb
#
confirm
(msg) ⇒
Object
28 29 30
# File 'lib/xmvc/ui.rb', line 28
def
confirm
(
msg
)
@shell
.
say
(
msg
,
:green
)
end