# File lib/moneta/adapters/sqlite.rb, line 38 def key?(key, options = {}) @exists.execute!(key).first.first.to_i == 1 end