Class: ZombieScout::ConstExtracter

Inherits:
Parser::AST::Processor
  • Object
show all
Defined in:
lib/zombie_scout/parser.rb

Instance Method Summary collapse

Instance Method Details

#on_const(node) ⇒ Object



122
123
124
# File 'lib/zombie_scout/parser.rb', line 122

def on_const(node)
  node.to_a[1]
end