Class: RubyCop::Ruby::Identifier

Inherits:
Token
  • Object
show all
Defined in:
lib/ruby_cop/ruby/tokens.rb

Direct Known Subclasses

Constant, Variable

Instance Attribute Summary

Attributes inherited from Token

#position, #token

Instance Method Summary collapse

Methods inherited from Token

#initialize

Methods inherited from Node

#accept

Constructor Details

This class inherits a constructor from RubyCop::Ruby::Token

Instance Method Details

#assignment(rvalue, operator) ⇒ Object



39
40
41
# File 'lib/ruby_cop/ruby/tokens.rb', line 39

def assignment(rvalue, operator)
  LocalVariableAssignment.new(self, rvalue, operator)
end