Skip to content

Commit f27e826

Browse files
authored
Apply suggestion from @ioquatix
1 parent c0f9502 commit f27e826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/async/node.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,6 @@ def stop(later = false)
297297

298298
# Wait for this node to complete. By default, nodes cannot be waited on.
299299
# Subclasses like Task override this method to provide waiting functionality.
300-
#
301-
# @returns [self] Returns self for method chaining.
302300
def wait
303301
nil
304302
end

0 commit comments

Comments
 (0)