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 166 samples from 2 applications.

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