# File lib/sinatra/async.rb, line 52 def aput(path, opts={}, &bk); aroute 'PUT', path, opts, &bk; end