class SearchKeys
Public Instance Methods
result()
click to toggle source
# File lib/engine/app/lib/commands/search_keys.rb, line 2 def result backend.keys(key).map{|found| {key: found, value: backend.get(found)} } end