method

default_regexp?

default_regexp?()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/nodes/node.rb, line 89
        def default_regexp?
          regexp == DEFAULT_EXP
        end