Method: RuboCop::Cop::HashTransformMethod::Autocorrection#leading

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

#leadingObject

Returns the value of attribute leading

Returns:

  • (Object)

    the current value of leading



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

def leading
  @leading
end