method
parse
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Parser
parse(string)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/parser.rb, line 11
def self.parse(string)
new.parse string
end