Method: Querrel.map

Defined in:
lib/querrel.rb

.map(scope, opts, &blk) ⇒ Object



14
15
16
# File 'lib/querrel.rb', line 14

def map(scope, opts, &blk)
  Querreller.new(opts.delete(:on), opts).map(scope)
end