      string = <<-HEREDOC.strip
        very long string
      HEREDOC
      puts string

