Method: RuboCop::TargetRuby#initialize
- Defined in:
- lib/rubocop/target_ruby.rb
#initialize(config) ⇒ TargetRuby
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of TargetRuby.
284 285 286 |
# File 'lib/rubocop/target_ruby.rb', line 284 def initialize(config) @config = config end |