diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 13:53:09 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-04-16 13:53:09 +0000 |
commit | a8c748d2773b6ce5d871360ee36f7d214ae1af11 (patch) | |
tree | 22a03c9fad82514629b36e146db6577fd969e512 /sample/regx.rb | |
parent | 380ea10dfaf431ab14b92edb7154ccd4cacd159f (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/regx.rb')
-rw-r--r-- | sample/regx.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/regx.rb b/sample/regx.rb index aaf4b5f1ee..6d90b7f293 100644 --- a/sample/regx.rb +++ b/sample/regx.rb @@ -3,7 +3,7 @@ en = "\033[m" #st = "<<" #en = ">>" -while TRUE +while true print "str> " STDOUT.flush input = gets |