# File lib/tarantool/fiber_db.rb, line 64 def all_by_key(index_no, key, opts={}) all_by_key_cb(index_no, key, ::Fiber.current, opts) _raise_or_return ::Fiber.yield end
# File lib/tarantool/fiber_db.rb, line 74 def all_by_keys(index_no, key, opts={}) all_by_keys_cb(index_no, key, ::Fiber.current, opts) _raise_or_return ::Fiber.yield end
Generated with the Darkfish Rdoc Generator 2.