Method: RuboCop::Cop::HashTransformMethod::Autocorrection#block_node

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

#block_nodeObject

Returns the value of attribute block_node

Returns:

  • (Object)

    the current value of block_node



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

def block_node
  @block_node
end