# File lib/ambition/lib/ambition/query.rb, line 26 def with_context @owner.query_context = self ret = yield ensure @owner.query_context = nil ret end