Class: ActionDispatch::Journey::Nodes::Cat
- Defined in:
- 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, #group?, #initialize, #literal?, #name, #star?, #symbol?, #terminal?, #to_dot, #to_s, #to_sym
Constructor Details
This class inherits a constructor from ActionDispatch::Journey::Nodes::Binary
Instance Method Details
#cat? ⇒ Boolean
192 |
# File 'lib/action_dispatch/journey/nodes/node.rb', line 192 def cat?; true; end |
#type ⇒ Object
193 |
# File 'lib/action_dispatch/journey/nodes/node.rb', line 193 def type; :CAT; end |