Class: ActionDispatch::Journey::Nodes::Group
- Defined in:
 - lib/action_dispatch/journey/nodes/node.rb
 
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from Node
Instance Method Summary collapse
Methods inherited from Unary
Methods inherited from Node
#cat?, #each, #initialize, #literal?, #name, #star?, #symbol?, #terminal?, #to_dot, #to_s, #to_sym
Constructor Details
This class inherits a constructor from ActionDispatch::Journey::Nodes::Node
Instance Method Details
#group? ⇒ Boolean
      101  | 
    
      # File 'lib/action_dispatch/journey/nodes/node.rb', line 101 def group?; true; end  | 
  
#type ⇒ Object
      100  | 
    
      # File 'lib/action_dispatch/journey/nodes/node.rb', line 100 def type; :GROUP; end  |