# File lib/sawyer/relation.rb, line 235
    def options(data = nil, opt = nil)
      opt ||= {}
      opt[:method] = :options
      call data, opt
    end