Class: Gemstar::Commands::Command
- Inherits:
-
Object
- Object
- Gemstar::Commands::Command
- Defined in:
- lib/gemstar/commands/command.rb
Instance Method Summary collapse
-
#initialize(options) ⇒ Command
constructor
A new instance of Command.
- #run ⇒ Object
Constructor Details
#initialize(options) ⇒ Command
Returns a new instance of Command.
4 5 6 |
# File 'lib/gemstar/commands/command.rb', line 4 def initialize() @options = end |
Instance Method Details
#run ⇒ Object
8 9 10 |
# File 'lib/gemstar/commands/command.rb', line 8 def run pp @options end |