diff options
author | Burdette Lamar <[email protected]> | 2023-02-19 17:07:17 -0600 |
---|---|---|
committer | git <[email protected]> | 2023-02-19 23:07:33 +0000 |
commit | 5c0298bf181921a8aa63cd250d67b294cfe90322 (patch) | |
tree | 8e5e2508290046c1cfe43d7857f9e2971fdc9ca9 | |
parent | 5fb64f52302cf31fdee0723eddca2155437e37bd (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.rb | 4 |
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 |