switch_name()
Main name of the switch.
# File lib/optparse.rb, line 620 def switch_name (long.first || short.first).sub(/\A-+(?:\[no-\])?/, '') end