lib/rubocop/cop/naming/accessor_method_name.rb in rubocop-1.29.1 vs lib/rubocop/cop/naming/accessor_method_name.rb in rubocop-1.30.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module RuboCop module Cop module Naming - # This cop makes sure that accessor methods are named properly. Applies + # Makes sure that accessor methods are named properly. Applies # to both instance and class methods. # # NOTE: Offenses are only registered for methods with the expected # arity. Getters (`get_attribute`) must have no arguments to be # registered, and setters (`set_attribute(value)`) must have exactly