123456789_123456789_123456789_123456789_123456789_

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
  • 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 60

def assignment?
  false
end

#name (rw)

[ GitHub ]

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

VariableReference = Struct.new(:name)