summaryrefslogtreecommitdiff
path: root/toks
diff options
context:
space:
mode:
Diffstat (limited to 'toks')
-rwxr-xr-xtoks1
1 files changed, 0 insertions, 1 deletions
diff --git a/toks b/toks
index ed40dbb..8bee29f 100755
--- a/toks
+++ b/toks
@@ -3,7 +3,6 @@
STDIN.set_encoding 'utf-8'
STDOUT.set_encoding 'utf-8'
-
while line = STDIN.gets
line.strip.split(/\s/).each { |i| puts i }
end