# File lib/typhoeus/hydra.rb, line 100
    def stub(method, url)
      @stubs << HydraMock.new(url, method)
      @stubs.last
    end