Ari Brown wrote: > Hey, > Just a curious question. > > So does ruby have anything to accommodate for it? If not, what about > a work around? > > Thanks, > ~ Ari > English is like a pseudo-random number generator - there are a > bajillion rules to it, but nobody cares. For your own good, don't do that. Don't work your way around how a language works to simulate some patterns you learned in another language. That just leads to bad code and wasted time (no need to learn a new language if you just continue to code in the other language). For the ruby way of that, you may want to take a look at http://en.wikipedia.org/wiki/Duck_typing Regards Stefan -- Posted via http://www.ruby-forum.com/.