Parent

Methods

Class/Module Index [+]

Quicksearch

RKelly::Nodes::BinaryNode

Attributes

left[R]

Public Class Methods

new(left, right) click to toggle source
# File lib/rkelly/nodes/binary_node.rb, line 5
def initialize(left, right)
  super(right)
  @left = left
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.