Class: Jets::Commands::Clean::Base
- Inherits:
-
Object
- Object
- Jets::Commands::Clean::Base
- Defined in:
- lib/jets/commands/clean/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/jets/commands/clean/base.rb', line 3 def initialize(={}) @options = end |