class RKelly::Nodes::NewExprNode
Attributes
arguments[R]
Public Class Methods
new(value, args)
click to toggle source
Calls superclass method
# File lib/rkelly/nodes/new_expr_node.rb, line 5 def initialize(value, args) super(value) @arguments = args end