gdbm.has_key?(k) â true or false
gdbm.key?(k) â true or false
gdbm.key?(k) â true or false
Instance Public methods
Returns true if the given key k exists within the database. Returns false otherwise.
Returns true if the given key k exists within the database. Returns false otherwise.
Please login to continue.