mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
little documentation fix. a patch from okkez. [ruby-dev:37271] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f5332d6b5e
commit
c69b59c43f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 4 14:54:32 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
|
||||
little documentation fix. a patch from okkez. [ruby-dev:37271]
|
||||
|
||||
Thu Dec 4 13:56:31 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
|
||||
|
|
|
@ -99,7 +99,7 @@ module Gem::LocalRemoteOptions
|
|||
end
|
||||
|
||||
##
|
||||
# Add the --source option
|
||||
# Add the --update-source option
|
||||
|
||||
def add_update_sources_option
|
||||
|
||||
|
|
Loading…
Reference in a new issue