# File lib/tarantool/fiber_db.rb, line 93 def all(keys, opts = {}) all_cb(keys, ::Fiber.current, opts) _raise_or_return ::Fiber.yield end
# File lib/tarantool/fiber_db.rb, line 88 def by_pk(key_array) by_pk_cb(key_array, ::Fiber.current) _raise_or_return ::Fiber.yield end
Generated with the Darkfish Rdoc Generator 2.