RKelly::Nodes::Node
# File lib/rkelly/nodes/op_equal_node.rb, line 5 def initialize(left, right) super(right) @left = left end