Method: RuboCop::Cop::VariableForce::VariableReference#assignment?

Defined in:
lib/rubocop/cop/variable_force.rb

#assignment?Boolean

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:

  • (Boolean)


63
64
65
# File 'lib/rubocop/cop/variable_force.rb', line 63

def assignment?
  false
end