In my last post, I demonstrated how Hirb can render puurty tables with automated views. In this post, I’ll show Hirb’s new tree view using its console methods and these three examples- class inheritance trees, nested class trees and Rails’ ActiveRecord trees. First, let’s view a basic tree with Hirb. bash> irb -rubygems -rhirb # Import a view() method we'll use. irb>> extend Hirb::Console => main