# File lib/clamp/option/definition.rb, line 29
      def long_switch
        switches.find { |switch| switch =~ /^--/ }
      end