Feeds:
Posts
Comments

Archive for July, 2009

Decorators In Ruby

Few months ago I was really suprised to find out that Ruby doesn’t have any “official” feature similar to Java’s annotations or C#’s attributes or Python’s decorators. And recently I discovered the reason for that: it’s simple to implement them with already available Ruby features. In this article I’ll describe how to mimic Python’s delegates.
So [...]

Read Full Post »