Object
# File lib/tarantool/em_db.rb, line 54 def initialize(response, feed) @response = response @feed = feed end
# File lib/tarantool/em_db.rb, line 59 def call(result) if Exception === (result = _parse_iproto(result)) @feed.call result else @feed.call @response.parse_response(result) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.