Everything is not an Object in Ruby
Learn how to make your Ruby code more message centric like Smalltalk in this article : Flexing Your Message Centric Muscles
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Learn how to make your Ruby code more message centric like Smalltalk in this article : Flexing Your Message Centric Muscles
Comments
You are right.
$ irb irb(main):001:0> Everything NameError: uninitialized constant Everything from (irb):1 from /usr/bin/irb:12:in `<main>'
There are some self proclaimed Ruby gurus that proclaim that ‘Everything in Ruby is an object’. This article is written to debunk those myth.
Post a comment