# File lib/mongo/index/view.rb, line 129
      def create_one(keys, options = {})
        create_many({ key: keys }.merge(options))
      end