Ruby-debug quit without prompt?

Is there a setting somewhere for ruby-debug to avoid the
(rdb:1) exit
Really quit? (y/n) y

?

Thanks!
-=R

Roger P. wrote:

Is there a setting somewhere for ruby-debug to avoid the
(rdb:1) exit
Really quit? (y/n) y

There is
“quit unconditionally”
but I’m looking for more like a ~/.rdbrc setting. From the code [to
answer my question] appears there isn’t one currently.

-=R

On Dec 20, 2008, at 15:56 , Roger P. wrote:

Is there a setting somewhere for ruby-debug to avoid the
(rdb:1) exit
Really quit? (y/n) y

exit! maybe?

Ryan D. wrote:

On Dec 20, 2008, at 15:56 , Roger P. wrote:

Is there a setting somewhere for ruby-debug to avoid the
(rdb:1) exit
Really quit? (y/n) y

exit! maybe?

Yeah makes sense to me–I submitted a patch to allow for it.
-=R