5 6 7 8 9 10 11
# File 'lib/couchup/commands/map.rb', line 5 def run(*params) needs_db! rows = MapReduce.map(*params) ap "Found #{rows.size} item(s)" ap rows rows end