Class: PivotalShell::Command
- Inherits:
-
Object
- Object
- PivotalShell::Command
- Defined in:
- lib/pivotal_shell/command.rb
Direct Known Subclasses
PivotalShell::Commands::Commit, PivotalShell::Commands::Finish, PivotalShell::Commands::Reload, PivotalShell::Commands::Start, PivotalShell::Commands::Stories, PivotalShell::Commands::Story, PivotalShell::Commands::Update
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
2 3 |
# File 'lib/pivotal_shell/command.rb', line 2 def initialize() end |
Instance Method Details
#execute ⇒ Object
5 6 7 |
# File 'lib/pivotal_shell/command.rb', line 5 def execute raise "Override me!" end |