module Rethinker::QueryRunner
Attributes
stack[RW]
Public Class Methods
run(options={}) { || ... }
click to toggle source
# File lib/rethinker/query_runner.rb, line 18 def run(options={}, &block) stack.call(:query => yield, :options => options) end