Method: Command::Init.oneline_help
- Defined in:
- lib/command/init.rb
.oneline_help ⇒ Object
11 12 13 14 15 16 17 |
# File 'lib/command/init.rb', line 11 def self.oneline_help if Narou.already_init? "AozoraEpub3 の再設定を行います" else "現在のフォルダを小説用に初期化します" end end |