10 11 12 13 14
# File 'lib/restify/adapter/base.rb', line 10 def call(request) Promise.create do |writer| call_native request, writer end end