in reply to Re^4: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general

Ah. That makes perfect sense.

When you put it that way, I'm a little surprised that Ruby correctly understands this:

class Fixnum; def hello () puts 'hi'; end; end; 5.hello;

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.