# File lib/mspec/mocks/object.rb, line 4
4:   def stub!(sym)
5:     Mock.install_method self, sym, :stub
6:   end