Libraries
»
wtch
(0.0.2)
»
Index
»
Wtch
»
UI
»
Shell
»
#confirm
Method: Wtch::UI::Shell#confirm
Defined in:
lib/wtch/ui.rb
#
confirm
(msg) ⇒
Object
29 30 31
# File 'lib/wtch/ui.rb', line 29
def
confirm
(
msg
)
@shell
.
say
(
msg
,
:green
)
if
!
@quiet
end