lib/mongo/operation/write/insert.rb in mongo-2.0.0.rc vs lib/mongo/operation/write/insert.rb in mongo-2.0.0
- old
+ new
@@ -10,9 +10,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+require 'mongo/operation/write/insert/result'
+
module Mongo
module Operation
module Write
# A MongoDB insert operation.