# File lib/mocha/state_machine.rb, line 91 91: def is_not(state_name) 92: StatePredicate.new(self, state_name) 93: end