Created
April 9, 2014 15:50
-
-
Save JoseJRVazquez/10285347 to your computer and use it in GitHub Desktop.
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
ok, brief overview | |
1) true and false, do not need quotes, as they are psudo-variables and native ruby values | |
2) || is the same as saying "or", and && is the same as saying "And" in a method argument | |
3) ou can use elsif on mlutple lines, or try using difference arguments in parenthesis | |
4) | |
more to follow | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment