summaryrefslogtreecommitdiff
path: root/lib/rubygems/install_update_options.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/install_update_options.rb13
1 files changed, 11 insertions, 2 deletions
@@ -181,10 +181,19 @@ module Gem::InstallUpdateOptions
end
##
- # Default options for the gem install command.
def install_update_defaults_str
- '--document=rdoc,ri --wrappers'
end
end