Class: RuboCop::Cop::VariableForce::AssignmentReference

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubocop/cop/variable_force.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nodeObject

Returns the value of attribute node



65
66
67
# File 'lib/rubocop/cop/variable_force.rb', line 65

def node
  @node
end

Instance Method Details

#assignment?Boolean



66
67
68
# File 'lib/rubocop/cop/variable_force.rb', line 66

def assignment?
  true
end