# File lib/rubygems/command.rb, line 90 def remove_option(name) @option_list.reject! { |args, handler| args.any? { |x| x =~ /^#{name}/ } } end