summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBurdette Lamar <[email protected]>2023-02-19 17:07:17 -0600
committergit <[email protected]>2023-02-19 23:07:33 +0000
commit5c0298bf181921a8aa63cd250d67b294cfe90322 (patch)
tree8e5e2508290046c1cfe43d7857f9e2971fdc9ca9
parent5fb64f52302cf31fdee0723eddca2155437e37bd (diff)
[ruby/pstore] Remove (newly unneeded) remarks about aliases
(https://github.com/ruby/pstore/pull/8) https://github.com/ruby/pstore/commit/01c4ccc7aa
-rw-r--r--lib/pstore.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/pstore.rb b/lib/pstore.rb
index 72deaa1017..97df3c1509 100644
--- a/lib/pstore.rb
+++ b/lib/pstore.rb
@@ -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