Tag Archives: debugging

Rails 5 adds method source

Here is an example of the Rails team making it easier for developers to access much needed tools: you can now inspect the source code for a method right from irb. Say you had the following source code: In irb you can do: This functionality is from a gem called method_source, which is one component […]

Posted in Technology | Also tagged | Leave a comment