Reset IRB Console
Type
exec($0)
in your irb console session.
i am using fedora 16, exec $0 do not work for me. but i found the the way below:
CTRL+L or system("clear") or system("reset")
Type
exec($0)
in your irb console session.
i am using fedora 16, exec $0 do not work for me. but i found the the way below:
CTRL+L or system("clear") or system("reset")