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
|
Defined in: | lib/rubocop/cop/variable_force.rb |
Instance Attribute Summary
- #assignment? ⇒ Boolean readonly Internal use only
- #node rw Internal use only
Instance Attribute Details
#assignment? ⇒ Boolean
(readonly)
# File 'lib/rubocop/cop/variable_force.rb', line 69
def assignment? true end
#node (rw)
[ GitHub ]# File 'lib/rubocop/cop/variable_force.rb', line 68
AssignmentReference = Struct.new(:node)