Node
# File lib/rkelly/nodes/new_expr_node.rb, line 5 def initialize(value, args) super(value) @arguments = args end