14 15 16
# File 'lib/querrel.rb', line 14 def map(scope, opts, &blk) Querreller.new(opts.delete(:on), opts).map(scope) end