# File lib/mocha/central.rb, line 30
    def unstub(method)
      return unless (existing = stubba_methods.detect { |m| m.matches?(method) })
      existing.unstub
      stubba_methods.delete(existing)
    end