Skip to content

Commit

Permalink
Remove (newly unneeded) remarks about aliases (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Feb 19, 2023
1 parent 2d95c19 commit 01c4ccc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/pstore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -487,8 +487,6 @@ def delete(key)
# end
#
# Raises an exception if called outside a transaction block.
#
# PStore#roots is an alias for PStore#keys.
def keys
in_transaction
@table.keys
Expand All @@ -504,8 +502,6 @@ def keys
# 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
Expand Down

0 comments on commit 01c4ccc

Please sign in to comment.