34,333
edits
Changes
→Ruby Bitwise Operators
As with the math operators, Ruby also provides a number of combined bitwise operators (for example ~=, >>=, <<= ^=, &=).
== Summary ==
In this chapter of [[Ruby Essentials]] we have covered the basics of Ruby operators, expressions and assigments. In the next chapter we will look at the all important area of [[Ruby Operator Precedence]].