# $Id: sclass.rb,v 1.2 2003/12/30 06:11:02 yuya Exp $ class << String def foo p(:ok) end end String.foo # NodeDump V0.1.7 # # NODE_BLOCK: # NODE_NEWLINE: [sclass.rb:3] # NODE_SCLASS: # Receiver: # NODE_CONST: 3149 (String) # NODE_NEWLINE: [sclass.rb:9] # NODE_CALL: to method: 8961 (foo) # Receiver: # NODE_CONST: 3149 (String)