class ActionDispatch::Journey::Router::Utils
def self.unescape_uri(uri)
Experimental RBS support (using type sampling data from the type_fusion
project).
def self.unescape_uri: (String uri) -> untyped
This signature was generated using 1 sample from 1 application.
uri = "/topics?title=Ruby%20on%20Rails"
Replaces any escaped sequences with their unescaped representations.
def self.unescape_uri(uri) ENCODER.unescape_uri(uri) end