4 ivar_as_index :count => 0, :first => 1, :last => 2
6 # List does not have ivars
7 def __ivars__ ; nil ; end
44 return nil unless @count > 0
62 "#<List:0x%x @count=%p>" % [object_id, count]
66 ivar_as_index :object => 0, :next => 1
68 # Node does not have ivars
69 def __ivars__ ; nil ; end