From a5c3a2eb8fb863dff5407cdac5ff4e3a1095b7bc Mon Sep 17 00:00:00 2001 From: shugo Date: Sat, 9 Jul 2016 03:47:14 +0000 Subject: * 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 --- lib/getoptlong.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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. -- cgit v1.2.3