global

def match?(node)

def match?(node)
  node.instance_exec(&self.when)
end