Class: Nrb::Commands::Base
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Nrb::Commands::Base
- Includes:
- Thor::Actions
- Defined in:
- lib/nrb/commands/base/base.rb
Overview
This class is the base class for other thor groups.
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.source_root ⇒ Object
11 12 13 |
# File 'lib/nrb/commands/base/base.rb', line 11 def self.source_root File.('../..', __dir__) end |
Instance Method Details
#opts ⇒ Object
15 16 17 |
# File 'lib/nrb/commands/base/base.rb', line 15 def opts .to_h.symbolize_keys end |