# File lib/map/options.rb, line 83
    def has_opt(opts)
      [ opts ].flatten.each do |opt|
        return true if has_key?(opt)
      end
      false
    end