Actions
Feature #5009
closedBang method (!) consistency in Ruby 2 API
Feature #5009:
Bang method (!) consistency in Ruby 2 API
Description
=begin
Hello,
In Ruby 2, please use bang methods (those that end with !) consistently in the API. For example, the Ruby 1 API inconsistently names the following "destructive" methods plainly (without a bang):
- Array#push
- Array#pop
- Array#shift
- Array#unshift
- Array#concat
- Array#delete
- Array#clear
Please convert these into bang methods in the Ruby 2 API.
Thanks for your consideration.
=end
Actions