# File lib/state_machine/path.rb, line 61
    def to_states
      map {|transition| transition.to_name}.uniq
    end