Bug #827: Fix document for Gem::Installer#write_spec
http://redmine.ruby-lang.org/issues/show/827
起票者: okkez _
ステータス: Open, 優先度: Normal
カテゴリ: lib
コードとドキュメントが一致していないようだったので修正してみました。
Index: lib/rubygems/installer.rb
===================================================================
--- lib/rubygems/installer.rb (revision 20439)
+++ lib/rubygems/installer.rb (working copy)
@@ -270,11 +270,7 @@
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).
def write_spec
rubycode = @spec.to_ruby
----------------------------------------
http://redmine.ruby-lang.org