RKelly::Nodes::Node
# File lib/rkelly/nodes/postfix_node.rb, line 5 def initialize(operand, operator) super(operator) @operand = operand end