method
irb_at_exit
irb_at_exit()
public
Hide source
# File lib/irb.rb, line 79 def IRB.irb_at_exit @CONF[:AT_EXIT].each{|hook| hook.call} end