method
names
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Path::Pattern
names()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/path/pattern.rb, line 44
def names
@names ||= spec.grep(Nodes::Symbol).map { |n| n.name }
end