Class: TRMNLP::Commands::Base
- Inherits:
-
Object
- Object
- TRMNLP::Commands::Base
- Includes:
- Thor::CoreExt
- Defined in:
- lib/trmnlp/commands/base.rb
Instance Method Summary collapse
- #call ⇒ Object
-
#initialize(options = HashWithIndifferentAccess.new) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Method Details
#call ⇒ Object
15 16 17 |
# File 'lib/trmnlp/commands/base.rb', line 15 def call raise NotImplementedError end |