From 3864dc6e69975fc7737fa4e0d86d2545e660b694 Mon Sep 17 00:00:00 2001 From: arjun Date: Wed, 26 May 2021 05:25:32 +0530 Subject: Updating documentation on repl logging to logs/puts.txt --- dragon/readme_docs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dragon/readme_docs.rb b/dragon/readme_docs.rb index 020f856..aedf976 100644 --- a/dragon/readme_docs.rb +++ b/dragon/readme_docs.rb @@ -1109,7 +1109,7 @@ file called ~repl.rb~ and put it in ~mygame/app/repl.rb~: - If you use the `repl` method, the code will be executed and the DragonRuby Console will automatically open so you can see the results (on Mac and Linux, the results will also be printed to the terminal). -- All ~puts~ statements will also be saved to ~logs/log.txt~. So if you want to stay in your editor and not look at the terminal, or the DragonRuby Console, you can ~tail~ this file. +- All ~puts~ statements will also be saved to ~logs/puts.txt~. So if you want to stay in your editor and not look at the terminal, or the DragonRuby Console, you can ~tail~ this file. 4. To ignore code in ~repl.rb~, instead of commenting it out, prefix ~repl~ with the letter ~x~ and it'll be ignored. -- cgit v1.2.3