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