mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/irb/notifier.rb: Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9e733b9091
commit
0d72c6655c
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Tue Nov 27 18:04:57 2013 Akira Matsuda <ronnie@dio.jp>
|
||||
|
||||
* lib/irb/notifier.rb: Fix typo
|
||||
|
||||
Wed Nov 27 17:54:57 2013 Koichi Sasada <ko1@atdot.net>
|
||||
|
||||
* gc.c (gc_mark_stacked_objects): check only when check_mode > 0.
|
||||
|
|
|
@ -161,7 +161,7 @@ module IRB
|
|||
@level_notifier = value
|
||||
when Integer
|
||||
l = @notifiers[value]
|
||||
Notifier.Raise ErrUndefinedNotifer, value unless l
|
||||
Notifier.Raise ErrUndefinedNotifier, value unless l
|
||||
@level_notifier = l
|
||||
else
|
||||
Notifier.Raise ErrUnrecognizedLevel, value unless l
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue