Libraries
»
sunzi-rails
(0.3.0)
»
Index
»
Sunzi
»
Utility
»
#exit_with
Method: Sunzi::Utility#exit_with
Defined in:
lib/sunzi/utility.rb
#
exit_with
(text) ⇒
Object
8 9 10 11
# File 'lib/sunzi/utility.rb', line 8
def
exit_with
(
text
)
Logger
.
success
text
exit
end