aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 03:47:14 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-09 03:47:14 +0000
commitca480631648d9efe613b99f627eee9bd9711fa9c (patch)
tree33853e49272761d9913fdc353937e301571e31e0 /lib
parent40eafb4c05e2f59fe8785474a7539bc897247a03 (diff)
downloadruby-ca480631648d9efe613b99f627eee9bd9711fa9c.tar.gz
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/getoptlong.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getoptlong.rb b/lib/getoptlong.rb
index 8aa91b82e0..c0ba5399b7 100644
--- a/lib/getoptlong.rb
+++ b/lib/getoptlong.rb
@@ -153,7 +153,7 @@ class GetoptLong
#
# Whether error messages are output to $stderr.
#
- @quiet = FALSE
+ @quiet = false
#
# Status code.