From dafff6db598ed2acd12996c925cf2cfd57d86f7d Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 11 Mar 2006 08:27:43 +0000 Subject: * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removed space before argument parenthesis. [ruby-talk:183630] * ruby.1: a clarification patch from David Lutterkort . [ruby-core:7508] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/ri/ri_formatter.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rdoc') diff --git a/lib/rdoc/ri/ri_formatter.rb b/lib/rdoc/ri/ri_formatter.rb index cf016d7d79..745ae292ee 100644 --- a/lib/rdoc/ri/ri_formatter.rb +++ b/lib/rdoc/ri/ri_formatter.rb @@ -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 ###################################################################### -- cgit v1.2.3