class ActionDispatch::Journey::Router::Utils

def self.escape_segment(segment)

Experimental RBS support (using type sampling data from the type_fusion project).

def self.escape_segment: (String segment) -> String

This signature was generated using 2 samples from 1 application.

def self.escape_segment(segment)
  ENCODER.escape_segment(segment.to_s)
end