method

simulate

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

Method deprecated or moved

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

simulate(string)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/gtg/simulator.rb, line 21
        def simulate(string)
          ms = memos(string) { return }
          MatchData.new(ms)
        end