Skip to content

Instantly share code, notes, and snippets.

@JoseJRVazquez
Created April 9, 2014 15:50
Show Gist options
  • Save JoseJRVazquez/10285347 to your computer and use it in GitHub Desktop.
Save JoseJRVazquez/10285347 to your computer and use it in GitHub Desktop.
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