Class: Rubycop::Analyzer::Ruby::ClassVariable

Inherits:
Variable show all
Defined in:
lib/rubycop/analyzer/ruby/variables.rb

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::Analyzer::Ruby::Token

Instance Method Details

#assignment(rvalue, operator) ⇒ Object



8
9
10
# File 'lib/rubycop/analyzer/ruby/variables.rb', line 8

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