Parent

Methods

Files

Class/Module Index [+]

Quicksearch

Tarantool::EMDB::FeedResponse

Public Instance Methods

call(result) click to toggle source
# File lib/tarantool/em_db.rb, line 13
def call(result)
  if Exception === result
    response.cb.call result
  else
    response.call_callback(result)
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.