From dead00332c5af081998ffbe2fd7304c1fe84daf1 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 22 Dec 2008 23:11:11 +0000 Subject: Fix documentation. [bug#827] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rubygems/installer.rb | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index d719580a0..259c3ed31 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -270,11 +270,8 @@ class Gem::Installer end ## - # Writes the .gemspec specification (in Ruby) to the supplied - # spec_path. - # - # spec:: [Gem::Specification] The Gem specification to output - # spec_path:: [String] The location (path) to write the gemspec to + # Writes the .gemspec specification (in Ruby) to the gem home's + # specifications directory. def write_spec rubycode = @spec.to_ruby -- cgit