Class: ActionDispatch::Journey::Nodes::Cat
- Defined in:
- actionpack/lib/action_dispatch/journey/nodes/node.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Binary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Binary
Methods inherited from Node
#each, #initialize, #literal?, #name, #symbol?, #to_dot, #to_s, #to_sym
Methods included from Enumerable
#as_json, #exclude?, #index_by, #many?, #sum
Constructor Details
This class inherits a constructor from ActionDispatch::Journey::Nodes::Binary
Instance Method Details
#type ⇒ Object
110 |
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 110 def type; :CAT; end |