Method: RuboCop::Cop::HashTransformMethod::Autocorrection.from_each_with_object

Defined in:
lib/rubocop/cop/mixin/hash_transform_method/autocorrection.rb

.from_each_with_object(node, match) ⇒ Object



8
9
10
# File 'lib/rubocop/cop/mixin/hash_transform_method/autocorrection.rb', line 8

def self.from_each_with_object(node, match)
  new(match, node, 0, 0)
end