Class: Judges::Inspect
Overview
Inspect.
- Author
-
Yegor Bugayenko (yegor256@gmail.com)
- 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.
31 32 33 |
# File 'lib/judges/commands/inspect.rb', line 31 def initialize(loog) @loog = loog end |