Code Reading Adventures: Awesome Print Gem
Awesome print is a nice gem that formats your output in irb & pry to make it more readable. For example… This is what displaying a hash with awesome_print looks like: But how does this work? “Truth can only be found in one place: the code.” ― Robert C. Martin Let’s take a look at … Read more