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
      125  | 
    
      # File 'lib/action_dispatch/journey/nodes/node.rb', line 125 def cat?; true; end  | 
  
#type ⇒ Object
      126  | 
    
      # File 'lib/action_dispatch/journey/nodes/node.rb', line 126 def type; :CAT; end  |