Class: ActionDispatch::Journey::Nodes::Dummy
- Defined in:
- actionpack/lib/action_dispatch/journey/nodes/node.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
-
#initialize(x = Object.new) ⇒ Dummy
constructor
A new instance of Dummy.
- #literal? ⇒ Boolean
Methods inherited from Literal
Methods inherited from Node
#each, #name, #symbol?, #to_dot, #to_s, #to_sym, #type
Methods included from Enumerable
#as_json, #exclude?, #index_by, #many?, #sum
Constructor Details
Instance Method Details
#literal? ⇒ Boolean
58 |
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 58 def literal?; false; end |