diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-03 23:08:45 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-03 23:08:45 +0000 |
commit | 1dc13f4745701b38137bb33b751be39766fc1024 (patch) | |
tree | 03453e2c7596f7a2471cc987e210aeca510a89fb /lib/rdoc | |
parent | de1b460c10b153fd844d8f6ce1b4b6f9f15734f2 (diff) | |
download | ruby-1dc13f4745701b38137bb33b751be39766fc1024.tar.gz ruby-1dc13f4745701b38137bb33b751be39766fc1024.tar.xz ruby-1dc13f4745701b38137bb33b751be39766fc1024.zip |
* ext/syck/rubyext.c: get rid of warnings.
* lib/rss/taxonomy.rb: ditto.
* lib/rdoc/ri/ri_formatter.rb: ditto.
* test/ruby/test_assignment.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r-- | lib/rdoc/ri/ri_formatter.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/ri/ri_formatter.rb b/lib/rdoc/ri/ri_formatter.rb index 07439b93f..dfc5d031d 100644 --- a/lib/rdoc/ri/ri_formatter.rb +++ b/lib/rdoc/ri/ri_formatter.rb @@ -57,7 +57,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 ###################################################################### |