class Sinatra::Base

def put(path, opts={}, &bk); route 'PUT', path, opts, &bk; end

def put(path, opts={}, &bk); route 'PUT', path, opts, &bk; end