mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue