--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Removes the key-value-pair with the specified key from this database and returns the corresponding value. Returns nil if the database is empty. full_name: GDBM#delete is_singleton: false name: delete params: | gdbm.delete(key) -> value or nil visibility: public