Methods

Class/Module Index [+]

Quicksearch

RKelly::Nodes::OpEqualNode

Attributes

left[R]

Public Class Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.