# File lib/mspec/utils/options.rb, line 91
91:   def match?(opt)
92:     @options.find { |o| o.match? opt }
93:   end