Class: ActionDispatch::Journey::Nodes::Terminal

Inherits:
Node
  • Object
show all
Defined in:
actionpack/lib/action_dispatch/journey/nodes/node.rb

Overview

:nodoc:

Direct Known Subclasses

Dot, Literal, Slash, Symbol

Instance Attribute Summary

Attributes inherited from Node

#left, #memo

Instance Method Summary collapse

Methods inherited from Node

#cat?, #each, #group?, #initialize, #literal?, #name, #star?, #symbol?, #to_dot, #to_s, #to_sym, #type

Methods included from Enumerable

#as_json

Constructor Details

This class inherits a constructor from ActionDispatch::Journey::Nodes::Node

Instance Method Details

#terminal?Boolean

Returns:

  • (Boolean)


112
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 112

def terminal?; true; end