[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:
parent
5fb64f5230
commit
5c0298bf18
@ -487,8 +487,6 @@ class PStore
|
|||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# Raises an exception if called outside a transaction block.
|
# Raises an exception if called outside a transaction block.
|
||||||
#
|
|
||||||
# PStore#roots is an alias for PStore#keys.
|
|
||||||
def keys
|
def keys
|
||||||
in_transaction
|
in_transaction
|
||||||
@table.keys
|
@table.keys
|
||||||
@ -504,8 +502,6 @@ class PStore
|
|||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# Raises an exception if called outside a transaction block.
|
# Raises an exception if called outside a transaction block.
|
||||||
#
|
|
||||||
# PStore#root? is an alias for PStore#key?.
|
|
||||||
def key?(key)
|
def key?(key)
|
||||||
in_transaction
|
in_transaction
|
||||||
@table.key? key
|
@table.key? key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user