# File lib/mspec/utils/options.rb, line 18
18:   def match?(opt)
19:     opt == @short or opt == @long
20:   end