summaryrefslogtreecommitdiff
path: root/ruby.1
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>1994-11-01 08:27:44 +0900
committerTakashi Kokubun <[email protected]>2019-08-17 22:09:30 +0900
commitc31025779da3020b9d1e9ad4c920e76b6b97d5fd (patch)
tree0823b3c8ef654b96e495d87933f356192de7d773 /ruby.1
parent29f237a8b1df650089b54447f070726c75706b6f (diff)
version 0.55v0_55
https://cache.ruby-lang.org/pub/ruby/1.0/ruby-0.55.tar.gz
Diffstat (limited to 'ruby.1')
-rw-r--r--ruby.14
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby.1 b/ruby.1
index ad082319b2..d0d8671ef1 100644
--- a/ruby.1
+++ b/ruby.1
@@ -97,7 +97,7 @@ ruby \- ���֥������Ȼظ�������ץȸ���
% echo matz > /tmp/junk
% cat /tmp/junk
matz
- % ruby -p -i.bak -e '$_.toupper' /tmp/junk
+ % ruby -p -i.bak -e '$_.upcase' /tmp/junk
% cat /tmp/junk
MATZ
% cat /tmp/junk.bak
@@ -158,7 +158,7 @@ ruby \- ���֥������Ȼظ�������ץȸ���
#! /usr/local/bin/ruby \-s
# \-xyz���ץ����Ϳ�������"true"��ɽ������.
- if $xyz then print("true\\n") end
+ print "true\n" if $xyz
.fi
.TP 5