Tag Archives: dynamic method calling

Ruby dynamic method calling

I’m pretty sure that you have heard lots about ruby, specially as being a dynamic language, you can create methods on the fly, add instance variables, define constants and invoke existing methods dynamically , and that’s what this post is … Continue reading

Posted in metaprogramming, Ruby | Tagged , , | 18 Comments