# $Id: class.rb,v 1.3 2003/12/30 06:11:01 yuya Exp $ class Foo end p(Foo.new.class) # NodeDump V0.1.7 # # NODE_BLOCK: # NODE_NEWLINE: [class.rb:3] # NODE_CLASS: class 8965 (Foo) # NODE_SCOPE: # NODE_NEWLINE: [class.rb:6] # NODE_FCALL: to function: 6753 (p) # Parameters: # NODE_ARRAY: size = 1 # NODE_CALL: to method: 2937 (class) # Receiver: # NODE_CALL: to method: 3177 (new) # Receiver: # NODE_CONST: 8965 (Foo)