method

glob?

glob?()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/route.rb, line 89
      def glob?
        !path.spec.grep(Nodes::Star).empty?
      end