add_otp_option()
Add the –otp option
# File lib/rubygems/gemcutter_utilities.rb, line 33 def add_otp_option add_option('--otp CODE', 'Digit code for multifactor authentication') do |value, options| options[:otp] = value end end