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