class Unparser::Emitter::XStr

def heredoc?

def heredoc?
  children.any? { |node| node.eql?(s(:str, '')) }
end