Class: ActionDispatch::Journey::Nodes::Group

Inherits:
Unary show all
Defined in:
actionpack/lib/action_dispatch/journey/nodes/node.rb

Overview

:nodoc:

Instance Attribute Summary

Attributes inherited from Node

#left, #memo

Instance Method Summary collapse

Methods inherited from Unary

#children

Methods inherited from Node

#cat?, #each, #initialize, #literal?, #name, #star?, #symbol?, #terminal?, #to_dot, #to_s, #to_sym

Methods included from Enumerable

#as_json, #compact_blank, #exclude?, #excluding, #including, #index_by, #index_with, #many?, #pluck, #sum, #without

Constructor Details

This class inherits a constructor from ActionDispatch::Journey::Nodes::Node

Instance Method Details

#group?Boolean

Returns:

  • (Boolean)


102
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 102

def group?; true; end

#typeObject



101
# File 'actionpack/lib/action_dispatch/journey/nodes/node.rb', line 101

def type; :GROUP; end