# File lib/clamp/option/definition.rb, line 44
      def read_method
        if flag?
          super + "?"
        else
          super
        end
      end