From c31025779da3020b9d1e9ad4c920e76b6b97d5fd Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Tue, 1 Nov 1994 08:27:44 +0900 Subject: version 0.55 https://cache.ruby-lang.org/pub/ruby/1.0/ruby-0.55.tar.gz --- sample/io.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sample') 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") -- cgit v1.2.3