class ActionDispatch::Journey::Path::Pattern::MatchData
def initialize(names, offsets, match)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: (Array[String] names, Array[Integer] offsets, MatchData match) -> void
This signature was generated using 5 samples from 1 application.
def initialize(names, offsets, match) @names = names @offsets = offsets @match = match end