Class: RuboCop::Cop::VariableForce::VariableReference 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
- #name rw Internal use only
Instance Attribute Details
#assignment? ⇒ Boolean (readonly)
# File 'lib/rubocop/cop/variable_force.rb', line 63
def assignment? false end
#name (rw)
[ GitHub ]# File 'lib/rubocop/cop/variable_force.rb', line 62
VariableReference = Struct.new(:name)