From 688169fd83b24564b653c03977c168cea50ccd35 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 23 Mar 2000 08:37:35 +0000 Subject: 2000-03-23 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- sample/eval.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sample/eval.rb') diff --git a/sample/eval.rb b/sample/eval.rb index b9a54df34c..8b582b0fdc 100644 --- a/sample/eval.rb +++ b/sample/eval.rb @@ -12,7 +12,7 @@ while TRUE print "ruby| " next end - if l =~ /^\s*(class|module|def|if|case|while|for|begin)\b[^_]/ + if l =~ /^\s*(class|module|def|if|unless|case|while|until|for|begin)\b[^_]/ indent += 1 end if l =~ /^\s*end\b[^_]/ -- cgit v1.2.3