module MGit::Foundation
Public Class Methods
help!(msg, title:nil)
click to toggle source
异常终止
# File lib/m-git/foundation.rb, line 19 def help!(msg, title:nil) Output.puts_terminate_message(msg, title:title) exit end