[ruby/pstore] Remove (newly unneeded) remarks about aliases

(https://github.com/ruby/pstore/pull/8)

https://github.com/ruby/pstore/commit/01c4ccc7aa
This commit is contained in:
Burdette Lamar 2023-02-19 17:07:17 -06:00 committed by git
parent 5fb64f5230
commit 5c0298bf18

View File

@ -487,8 +487,6 @@ class PStore
# end
#
# Raises an exception if called outside a transaction block.
#
# PStore#roots is an alias for PStore#keys.
def keys
in_transaction
@table.keys
@ -504,8 +502,6 @@ class PStore
# end
#
# Raises an exception if called outside a transaction block.
#
# PStore#root? is an alias for PStore#key?.
def key?(key)
in_transaction
@table.key? key