WestMichiganRubyTraining / discussion

Create issues on this repository to open discussion threads in the Issue Tracker!
2 stars 0 forks source link

Ruby's different logical and/or operators #73

Open coderbydesign opened 10 years ago

coderbydesign commented 10 years ago

If you've ever been confused (I know I have) about the difference between Ruby's logical operators (and vs && or or vs ||), this RubyTapas episode by Avdi really does a great job of explaining the differences, and use cases for the English operators.