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