Class: Rascal::CLI::Base
- Inherits:
-
Object
- Object
- Rascal::CLI::Base
- Defined in:
- lib/rascal/cli/base.rb
Instance Method Summary collapse
-
#initialize(thor, options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(thor, options) ⇒ Base
Returns a new instance of Base.
6 7 8 9 |
# File 'lib/rascal/cli/base.rb', line 6 def initialize(thor, ) @thor = thor = end |