Fix small typo in comment in lib/irb.c
This commit is contained in:
parent
b9193df971
commit
ef3c25888e
Notes:
git
2020-10-23 02:56:59 +09:00
@ -400,7 +400,7 @@ module IRB
|
||||
irb.run(@CONF)
|
||||
end
|
||||
|
||||
# Calls each event hook of <code>IRB.conf[:TA_EXIT]</code> when the current session quits.
|
||||
# Calls each event hook of <code>IRB.conf[:AT_EXIT]</code> when the current session quits.
|
||||
def IRB.irb_at_exit
|
||||
@CONF[:AT_EXIT].each{|hook| hook.call}
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user