Actions
Bug #5066
closedDoc Array#delete_at inconsistence fix
Bug #5066:
Doc Array#delete_at inconsistence fix
Description
=begin
The documentation for the #delete_at method is inconsistent concerning the example array initialization. For all array examples brackets are used for the creation, except the #delete_at is uses the '%w' flavor.
In terms of a consistent documentation i would recommend to revise this.
Pull Request on Github => https://github.com/ruby/ruby/pull/34
=end
Actions