Class: Judges::Inspect
Overview
The inspect command.
This class is instantiated by the bin/judge command line interface. You are not supposed to instantiate it yourself.
- Author
-
Yegor Bugayenko (yegor256@gmail.com)
- Copyright
-
Copyright © 2024-2025 Yegor Bugayenko
- License
-
MIT
Instance Method Summary collapse
-
#initialize(loog) ⇒ Inspect
constructor
Initialize.
-
#run(_opts, args) ⇒ Object
Run the inspect command.
Constructor Details
#initialize(loog) ⇒ Inspect
Initialize.
20 21 22 |
# File 'lib/judges/commands/inspect.rb', line 20 def initialize(loog) @loog = loog end |