diff options
author | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-22 23:11:11 +0000 |
---|---|---|
committer | drbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-22 23:11:11 +0000 |
commit | e4d04b0b5599cded8d393af4281b691a432e3ef4 (patch) | |
tree | 3552eaf48658403b0bc39e7cd2807b90bc7492d0 /lib | |
parent | f2f3e60a8a208c8da7fa34250c454f0645a5326d (diff) | |
download | ruby-e4d04b0b5599cded8d393af4281b691a432e3ef4.tar.gz |
Fix documentation. [bug#827]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rubygems/installer.rb | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index d719580a0a..259c3ed31e 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 |