When I'm running my ruby script, I'm getting an exception. However, since I'm running Ubuntu in VMware Fusion, I can't resize my terminal window so I can't see the whole excecption.
How can I view the whole thing?
I've tried
ruby script.rb > out.txt
and
ruby script.rb | more
but neither seem to work.