If I, say, loop through all the instances of a given model and output something from each, at the end, irb will still print the entire object.
If the object ends up taking hundreds of lines, it'll be a long way up before I see what I was actually looking for. Is there a way to disable this in the rails console?