Merge pull request #77 from mbj/master

minor: remove noop assignment in GridIO.new call
This commit is contained in:
Kyle Banker 2012-01-06 11:56:25 -08:00
commit 885f7477f1
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ module Mongo
opts = opts.dup
filename = opts[:filename]
opts.merge!(default_grid_io_opts)
file = GridIO.new(@files, @chunks, filename, 'w', opts=opts)
file = GridIO.new(@files, @chunks, filename, 'w', opts)
file.write(data)
file.close
file.files_id