1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* tool/mkconfig.rb: use true instead of TRUE.

* lib/getoptlong.rb: use false instead of FALSE.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2016-07-09 03:47:14 +00:00
parent fd44aa7d4c
commit a5c3a2eb8f
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Sat Jul 9 12:43:09 2016 Shugo Maeda <shugo@ruby-lang.org>
* tool/mkconfig.rb: use true instead of TRUE.
* lib/getoptlong.rb: use false instead of FALSE.
Fri Jul 8 21:49:28 2016 Naohisa Goto <ngotogenome@gmail.com>
* thread.c (rb_wait_for_single_fd): Clean up fds.revents every time

View file

@ -153,7 +153,7 @@ class GetoptLong
#
# Whether error messages are output to $stderr.
#
@quiet = FALSE
@quiet = false
#
# Status code.