Module: MGit::Foundation
- Included in:
- MGit
- Defined in:
- lib/m-git/foundation.rb
Class Method Summary collapse
Class Method Details
.help!(msg, title: nil) ⇒ Object
异常终止
19 20 21 22 |
# File 'lib/m-git/foundation.rb', line 19 def help!(msg, title:nil) Output.(msg, title:title) exit end |