# File lib/transitions/machine.rb, line 15
    def initial_state
      @initial_state ||= (states.first ? states.first.name : nil)
    end