Examples of 'Things' that are not Objects in Ruby
- by Yaser Sulaiman
"Everything is an object" was one of the first things I learned about Ruby, but in Peter Cooper's Beginning Ruby: From Novice to Professional book, it is mentioned that "almost everything in Ruby is an object".
Can you give me some examples of things that are not objects in Ruby?