method
new
rails latest stable - Class:
ActionDispatch::Journey::Path::Pattern::MatchData
new(names, offsets, match)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 124
def initialize(names, offsets, match)
@names = names
@offsets = offsets
@match = match
end