summaryrefslogtreecommitdiff
path: root/sample/from.rb
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 13:53:09 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 13:53:09 +0000
commita8c748d2773b6ce5d871360ee36f7d214ae1af11 (patch)
tree22a03c9fad82514629b36e146db6577fd969e512 /sample/from.rb
parent380ea10dfaf431ab14b92edb7154ccd4cacd159f (diff)
* sample: replace TRUE, FALSE with true, false respectively.
a patch from Kazuhiro NISHIYAMA <zn at mbf.nifty.com>. [ruby-dev:30713] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'sample/from.rb')
-rw-r--r--sample/from.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/from.rb b/sample/from.rb
index 59cc387792..6b0c702bb7 100644
--- a/sample/from.rb
+++ b/sample/from.rb
@@ -26,7 +26,7 @@ class String
end
if ARGV[0] == '-w'
- wait = TRUE
+ wait = true
ARGV.shift
end