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