# File lib/restclient.rb, line 87 def self.options(url, headers={}, &block) Request.execute(:method => :options, :url => url, :headers => headers, &block) end