Travel To The Core Rails 3 Methods Without Leaving IRB Prompt
method_extensions gem adds Method#source, Method#doc, and Method#super methods to the core Method object. Let’s see how that can be used to travel the Rails source code.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
method_extensions gem adds Method#source, Method#doc, and Method#super methods to the core Method object. Let’s see how that can be used to travel the Rails source code.
Post a comment