Class: Command::New

Inherits:
CommandBase show all
Defined in:
lib/command/new.rb

Instance Method Summary collapse

Methods inherited from CommandBase

#execute, execute_and_rescue_exit, #initialize

Constructor Details

This class inherits a constructor from Command::CommandBase

Instance Method Details

#oneline_helpObject



8
9
10
# File 'lib/command/new.rb', line 8

def oneline_help
  "新しく管理する小説を追加します"
end