# File lib/mocha/state_machine.rb, line 70
70:     def is(state)
71:       State.new(self, state)
72:     end