We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8253fc6 commit ab35541Copy full SHA for ab35541
spec/heap_spec.rb
@@ -38,7 +38,7 @@
38
before(:each) do
39
@random_array = []
40
@num_items = 100
41
- @num_items.times { |x| @random_array << rand(@num_items) }
+ @num_items.times { @random_array << rand(@num_items) }
42
@heap = Containers::MaxHeap.new(@random_array)
43
end
44
0 commit comments