Method: RuboCop::Cop::HashTransformMethod::Autocorrection#trailing

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

#trailingObject

Returns the value of attribute trailing

Returns:

  • (Object)

    the current value of trailing



31
32
33
# File 'lib/rubocop/cop/mixin/hash_transform_method.rb', line 31

def trailing
  @trailing
end