summaryrefslogtreecommitdiff
path: root/sample/io.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/io.rb')
-rw-r--r--sample/io.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/sample/io.rb b/sample/io.rb
index b5591af7e4..0b8a537ef4 100644
--- a/sample/io.rb
+++ b/sample/io.rb
@@ -1,5 +1,6 @@
home = getenv("HOME")
-print(home.sub("m", "&&"), home, "\n")
+home.sub("m", "&&")
+print(home, "\n")
print(home.reverse, "\n")
if File.s("io.rb")