123456789_123456789_123456789_123456789_123456789_

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

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Struct
Instance Chain:
self, Struct
Inherits: Struct
  • Object
Defined in: lib/rubocop/cop/variable_force.rb

Instance Attribute Summary

Instance Attribute Details

#assignment?Boolean (readonly)

[ GitHub ]

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

def assignment?
  true
end

#node (rw)

[ GitHub ]

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

AssignmentReference = Struct.new(:node)