method

parse

rails latest stable - Class: ActionDispatch::Journey::Parser

Method not available on this version

This method is only available on newer versions. The first available version (v4.0.2) is shown here.

parse(string)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/parser_extras.rb, line 13
      def parse(string)
        @scanner.scan_setup(string)
        do_parse
      end