class RuboCop::AST::StrNode

def heredoc?

def heredoc?
  loc.is_a?(Parser::Source::Map::Heredoc)
end