Merge from HEAD.

Add --system, --site, --home, --gems to ri.
Allow --doc-dir to be specified multiple times.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2006-06-26 20:44:14 +00:00
parent 74831046c7
commit 4e23c46ff4
11 changed files with 158 additions and 85 deletions

View file

@ -43,7 +43,7 @@ module RI
end
end
res << work if work.length.nonzero?
puts(prefix + res.join("\n" + next_prefix))
puts(prefix + res.join("\n" + next_prefix))
end
######################################################################