method
names
v5.2.3 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
names()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 57
def names
@names ||= spec.find_all(&:symbol?).map(&:name)
end