https://github.com/cldwalker/debugger
gem install debugger
In ~/.rdebugrc (You'll want to set these)
# coding: utf-8 | |
# Can ruby have method names have newlines/be crazy? | |
class BadKitty | |
FACE = " | |
|\\_/| | |
/ @ @ \\ | |
( > º < ) | |
`>>x<<´ |
https://github.com/cldwalker/debugger
gem install debugger
In ~/.rdebugrc (You'll want to set these)