Class: Rascal::CLI::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/rascal/cli/base.rb

Direct Known Subclasses

Clean, Shell, Update

Instance Method Summary collapse

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, options)
  @thor = thor
  @options = options
end