custom_attributes?

in lib/primer/view_components/linters/close_button_component_migration_counter.rb [107:112]


      def custom_attributes?(kwargs)
        return false if kwargs.blank? || kwargs.type != :hash || kwargs.pairs.blank?

        (kwargs.keys.map { |key| key.value.to_s } - ALLOWED_OCTICON_ARGS).present?
      end