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 […]