Skip to content

Commit 5c0298b

Browse files
BurdetteLamarmatzbot
authored andcommitted
[ruby/pstore] Remove (newly unneeded) remarks about aliases
(ruby/pstore#8) ruby/pstore@01c4ccc7aa
1 parent 5fb64f5 commit 5c0298b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/pstore.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,6 @@ def delete(key)
487487
# end
488488
#
489489
# Raises an exception if called outside a transaction block.
490-
#
491-
# PStore#roots is an alias for PStore#keys.
492490
def keys
493491
in_transaction
494492
@table.keys
@@ -504,8 +502,6 @@ def keys
504502
# end
505503
#
506504
# Raises an exception if called outside a transaction block.
507-
#
508-
# PStore#root? is an alias for PStore#key?.
509505
def key?(key)
510506
in_transaction
511507
@table.key? key

0 commit comments

Comments
 (0)