method

path

path()
public

No documentation available.

# File actionpack/lib/action_dispatch/routing/mapper.rb, line 192
        def path
          Journey::Path::Pattern.new(@ast, requirements, JOINED_SEPARATORS, @anchor)
        end