# $Id: argspush.rb,v 1.2 2003/12/30 06:11:01 yuya Exp $ p(ary = []) p(ary[*[1]] = 0) p(ary) # NodeDump V0.1.7 # # NODE_BLOCK: # NODE_NEWLINE: [argspush.rb:3] # NODE_FCALL: to function: 6753 (p) # Parameters: # NODE_ARRAY: size = 1 # NODE_LASGN: # NODE_ZARRAY: [] # Assign to LV 2 (ary) # NODE_NEWLINE: [argspush.rb:4] # NODE_FCALL: to function: 6753 (p) # Parameters: # NODE_ARRAY: size = 1 # NODE_CALL: to method: 338 ([]=) # Receiver: # NODE_LVAR: LV 2 (ary) # Parameters: # NODE_ARGSPUSH: # Push onto: # NODE_RESTARGS: # NODE_ARRAY: size = 1 # NODE_LIT: Fixnum: 1 # Values: # NODE_LIT: Fixnum: 0 # NODE_NEWLINE: [argspush.rb:5] # NODE_FCALL: to function: 6753 (p) # Parameters: # NODE_ARRAY: size = 1 # NODE_LVAR: LV 2 (ary)