# File lib/typhoeus/hydra/stubbing.rb, line 42 def self.included(base) base.extend(SharedMethods) base.class_eval do attr_accessor :stubs end end