# File lib/mocha/state_machine.rb, line 55
55:     def starts_as(initial_state)
56:       become(initial_state)
57:       self
58:     end