From 0f73a23d10eaef36797b75dd0ccaa55403c96a09 Mon Sep 17 00:00:00 2001 From: David Huss Date: Thu, 18 Apr 2019 12:13:45 +0200 Subject: [PATCH] Change TRUE to true (avoid deprecated warning for newer ruby versions) This adresses #37 --- textplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textplay b/textplay index 3d50d0d..9aa5a2d 100755 --- a/textplay +++ b/textplay @@ -234,7 +234,7 @@ For more details see the Fountain documentation # Some of this is redundant but I prefer specifying every contingency in case I need to control each step # Check to see if anything is in STDIN -if STDIN.isatty == TRUE +if STDIN.isatty == true # If nothing is there, check for --help if options[:help] == true