# File lib/moneta/adapters/sqlite.rb, line 43 def load(key, options = {}) rows = @select.execute!(key) rows.empty? ? nil : rows.first.first end