Class: Annex::Command
- Inherits:
-
Object
- Object
- Annex::Command
- Defined in:
- lib/annex/command.rb
Instance Method Summary collapse
- #execute ⇒ Object
-
#initialize(env, options) ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize(env, options) ⇒ Command
Returns a new instance of Command.
8 9 10 11 |
# File 'lib/annex/command.rb', line 8 def initialize(env, ) @env = env @options = end |
Instance Method Details
#execute ⇒ Object
13 14 15 |
# File 'lib/annex/command.rb', line 13 def execute raise NotImplementedError end |