From 5c0298bf181921a8aa63cd250d67b294cfe90322 Mon Sep 17 00:00:00 2001 From: Burdette Lamar Date: Sun, 19 Feb 2023 17:07:17 -0600 Subject: [PATCH] [ruby/pstore] Remove (newly unneeded) remarks about aliases (https://github.com/ruby/pstore/pull/8) https://github.com/ruby/pstore/commit/01c4ccc7aa --- lib/pstore.rb | 4 ---- 1 file changed, 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