method

move_string

rails latest stable - Class: ActionDispatch::Journey::GTG::TransitionTable

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.1.8) is shown here.

move_string(t, a)
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/gtg/transition_table.rb, line 153
          def move_string(t, a)
            return [] if t.empty?

            t.map do |s|
              if states = @string_states[s]
                states[a]
              end
            end.compact
          end