Skip to content

Commit

Permalink
Replaces 'TRUE' with 'true' per deprecation in ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
overvale committed Nov 28, 2019
1 parent e7c0046 commit ac34a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textplay
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac34a7b

Please sign in to comment.