Created
July 12, 2018 14:36
-
-
Save RSchneider94/fcda7b6b22bef38d66bd9d1f9f0a0abc to your computer and use it in GitHub Desktop.
My second Ruby on Rails Program
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if true | |
puts 'true' | |
else | |
puts 'false' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment