Class: SkillBench::Cli::Eval::BaseEvalCommand
- Inherits:
-
Object
- Object
- SkillBench::Cli::Eval::BaseEvalCommand
- Defined in:
- lib/skill_bench/cli/eval/eval_commands.rb
Overview
Base class for eval command handlers
Direct Known Subclasses
Instance Method Summary collapse
-
#call(argv) ⇒ Integer
Executes command.
Instance Method Details
#call(argv) ⇒ Integer
Executes command.
16 17 18 |
# File 'lib/skill_bench/cli/eval/eval_commands.rb', line 16 def call(argv) raise NotImplementedError, 'Subclasses must implement #call' end |