# File lib/typhoeus/hydra/stubbing.rb, line 34
        def self.extended(base)
          class << base
            attr_accessor :stubs
          end
          base.stubs = []
        end