Sha256: 853c6eef83f121cedd23c3a197e2dd81c3b3e42b72daad9815bd24f748ac39ad
Contents?: true
Size: 357 Bytes
Versions: 13
Compression:
Stored size: 357 Bytes
Contents
module Neography class Rest module Clean include Neography::Rest::Helpers def clean_database(sanity_check = "not_really") if sanity_check == "yes_i_really_want_to_clean_the_database" @connection.delete("/cleandb/secret-key") true else false end end end end end
Version data entries
13 entries across 13 versions & 3 rubygems