Skip to content

Commit

Permalink
minor change in remove_all
Browse files Browse the repository at this point in the history
  • Loading branch information
add2point71dots committed May 4, 2017
1 parent 62e5789 commit f5ef4e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/array_list.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def remove_all(num)
end
end
@size -= shift_count
return @storage
end

def to_s
Expand Down

0 comments on commit f5ef4e9

Please sign in to comment.