method
move
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Journey::GTG::TransitionTable
move(t, a)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/gtg/transition_table.rb, line 42
def move(t, a)
move_string(t, a).concat(move_regexp(t, a))
end