method
offsets
v4.2.7 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
offsets()private
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 184
def offsets
return @offsets if @offsets
viz = RegexpOffsets.new(@requirements)
@offsets = viz.accept(spec)
end