Fix small typo in Object#With rdoc [ci-skip]

This commit is contained in:
Petrik 2023-03-06 17:22:01 +01:00
parent 779c14bf16
commit c3984c250e

@ -1,7 +1,7 @@
# frozen_string_literal: true
class Object
# Sets and restore the provided attributes around a block.
# Set and restore public attributes around a block.
#
# client.timeout # => 5
# client.with(timeout: 1) do