Methods

Journey::Nodes::Binary

Attributes

right[RW]

Public Class Methods

new(left, right) click to toggle source
     # File lib/journey/nodes/node.rb, line 100
100:       def initialize left, right
101:         super(left)
102:         @right = right
103:       end

Public Instance Methods

children() click to toggle source
     # File lib/journey/nodes/node.rb, line 105
105:       def children; [left, right] end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.