Method: ActionDispatch::Journey::Nodes::Symbol#default_regexp?

Defined in:
actionpack/lib/action_dispatch/journey/nodes/node.rb

#default_regexp?Boolean

Returns:

  • (Boolean)
[View source]

79
80
81
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 79

def default_regexp?
  regexp == DEFAULT_EXP
end