class RedParse::ListInNode::NestedAssign
Public Instance Methods
parsetree(o)
click to toggle source
Calls superclass method
RedParse::ListInNode::AssigneeList#parsetree
# File lib/redparse/node.rb, line 2743 def parsetree(o) result=super result<<nil #why???!! #if o[:ruby187] result end
unparse(o=default_unparse_options)
click to toggle source
def parsetree(o)
[:masgn, *super]
end
Calls superclass method
RedParse::ListInNode::AssigneeList#unparse
# File lib/redparse/node.rb, line 2751 def unparse o=default_unparse_options "("+super+")" end