--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if the given key k exists within the database. Returns false otherwise. full_name: GDBM#include? is_singleton: false name: include? params: | gdbm.has_key?(k) -> true or false gdbm.key?(k) -> true or false visibility: public