module Analyst module Entities module Symbol def self.new(node, parent) ast.children.first end end end end