File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ task :docs => 'docs:yard'
3636namespace :docs do
3737 desc "Generate yard documention"
3838 task :yard do
39- out = File . join ( 'docs' , Mongo ::VERSION )
39+ out = File . join ( 'yard- docs' , Mongo ::VERSION )
4040 FileUtils . rm_rf ( out )
4141 system "yardoc -o #{ out } --title mongo-#{ Mongo ::VERSION } "
4242 end
Original file line number Diff line number Diff line change @@ -162,8 +162,9 @@ def assemble(chunks)
162162 # @example Split the data into chunks.
163163 # Chunks.split(data)
164164 #
165- # @param [ String, IO ] data The raw bytes.
165+ # @param [ String, IO ] io The raw bytes.
166166 # @param [ File::Info ] file_info The files collection file doc.
167+ # @param [ Integer ] offset The offset.
167168 #
168169 # @return [ Array<Chunk> ] The chunks of the data.
169170 #
You can’t perform that action at this time.
0 commit comments