g" is a debugging tool similar to "p" but outputs object information to "growl" instead of STDOUT. It can be more useful than "p" in cases where rails outputs too much text to STDOUT, making it hard to find output from "p". The presentation demonstrates the usage of "g", how to install it with "gem install g", and concludes that "g" is a very useful debugging method.