Class: RuboCop::Cop::VariableForce::VariableReference

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



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

def name
  @name
end

Instance Method Details

#assignment?Boolean

Returns:

  • (Boolean)


60
61
62
# File 'lib/rubocop/cop/variable_force.rb', line 60

def assignment?
  false
end