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 (v5.0.0.1) is shown here.

parse(string)
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/parser_extras.rb, line 9
      def self.parse(string)
        new.parse string
      end