Methods

Journey::Nodes::Or

Attributes

children[R]

Public Class Methods

new(children) click to toggle source
     # File lib/journey/nodes/node.rb, line 115
115:       def initialize children
116:         @children = children
117:       end

Public Instance Methods

type() click to toggle source
     # File lib/journey/nodes/node.rb, line 119
119:       def type; :OR; end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.