# File lib/rubygems/command.rb, line 303 def merge_options(new_options) @options = @defaults.clone new_options.each do |k,v| @options[k] = v end end