# File lib/journey/gtg/transition_table.rb, line 41
      def move t, a
        t = Array(t)
        move_string(t, a) + move_regexp(t, a)
      end