Class: ActionDispatch::Journey::Nodes::Unary

Inherits:
Node
  • Object
show all
Defined in:
actionpack/lib/action_dispatch/journey/nodes/node.rb

Overview

:nodoc:

Direct Known Subclasses

Group, Star

Instance Attribute Summary

Attributes inherited from Node

#left, #memo

Instance Method Summary collapse

Methods inherited from Node

#each, #initialize, #literal?, #name, #symbol?, #to_dot, #to_s, #to_sym, #type

Methods included from Enumerable

#as_json, #exclude?, #index_by, #many?, #sum

Constructor Details

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

Instance Method Details

#childrenObject



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

def children; [left] end