method
glob?
v4.2.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Route
glob?()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/route.rb, line 89
def glob?
!path.spec.grep(Nodes::Star).empty?
end