Meta-Programming with Ruby
Posted by Ashish
6 Comments
This item was filled under [ Ruby On Rails ]
Meta-programming is the writing of computer programs that write or manipulate other programs (or themselves) as their data, or that do part of the work at compile time that is otherwise done at run time. In many cases, this allows programmers to get more done in the same amount of time as they would take [...]
Mind Tree 