Class: Rubycop::Analyzer::Ruby::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/rubycop/analyzer/ruby/node.rb

Instance Method Summary collapse

Instance Method Details

#accept(visitor) ⇒ Object



5
6
7
# File 'lib/rubycop/analyzer/ruby/node.rb', line 5

def accept(visitor)
  visitor.visit(self)
end