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 ([email protected])
- Copyright
-
Copyright © 2024 Yegor Bugayenko
- License
-
MIT
Instance Method Summary collapse
-
#initialize(loog) ⇒ Inspect
constructor
A new instance of Inspect.
- #run(_opts, args) ⇒ Object
Constructor Details
#initialize(loog) ⇒ Inspect
Returns a new instance of Inspect.
35 36 37 |
# File 'lib/judges/commands/inspect.rb', line 35 def initialize(loog) @loog = loog end |