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