Class: ZombieScout::SymbolExtracter

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

Instance Method Summary collapse

Instance Method Details

#on_sym(node) ⇒ Object



116
117
118
# File 'lib/zombie_scout/parser.rb', line 116

def on_sym(node)
  node.to_a[0]
end