Class: RuboCop::Kata::Kit
- Inherits:
-
Object
- Object
- RuboCop::Kata::Kit
- Defined in:
- lib/rubocop/kata/kit.rb
Constant Summary collapse
- SOURCE =
File.("../../../skills/rubocop-kata/SKILL.md", __dir__)
- MISSING =
"the gem ships no skill at %s"
Instance Method Summary collapse
-
#initialize(_root, io: $stdout) ⇒ Kit
constructor
A new instance of Kit.
- #run ⇒ Object
Constructor Details
#initialize(_root, io: $stdout) ⇒ Kit
Returns a new instance of Kit.
7 8 9 |
# File 'lib/rubocop/kata/kit.rb', line 7 def initialize(_root, io: $stdout) @io = io end |