# File lib/mocha/state_machine.rb, line 77
77:     def is_not(state)
78:       StatePredicate.new(self, state)
79:     end