# File lib/flexmock.rb, line 859
859:     def intercept(intercepted_class)
860:       @intercepted = intercepted_class
861:       update
862:       self
863:     end