summaryrefslogtreecommitdiff
path: root/sample/io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/io.rb')
-rw-r--r--sample/io.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/io.rb b/sample/io.rb
index 45d50d653a..b5591af7e4 100644
--- a/sample/io.rb
+++ b/sample/io.rb
@@ -13,7 +13,7 @@ end
printf("%s:(%d)%s\n", $0, $ARGV.length, $ARGV[0])
passwd = open($ARGV[0], "r")
-#printf("%s", do passwd.find using i; i =~ /\*/ end)
+#printf("%s", passwd.find{i|i =~ /\*/})
n = 1
for i in passwd #.grep(/^\*/)