method

irb_at_exit

v1_9_1_378 - Show latest stable - Class: IRB
irb_at_exit()
public

No documentation available.

# File lib/irb.rb, line 78
  def IRB.irb_at_exit
    @CONF[:AT_EXIT].each{|hook| hook.call}
  end