# heredoc with stripped indentation heredoc = <<~TXT.strip This is a multine string TXT #=> "This is a multine string"