# File lib/oauth/request_proxy/base.rb, line 100
    def sign(options = {})
      OAuth::Signature.sign(self, options)
    end