= private = protected
irb_at_exit()
Calls each event hook of IRB.conf[:AT_EXIT] when the current session quits.
# File lib/irb.rb, line 387 def IRB.irb_at_exit @CONF[:AT_EXIT].each{|hook| hook.call} end