1146 1147 1148 1149 1150
# File 'lib/xml/dom/core.rb', line 1146 def item(index) v = @nodes.to_a[index] return v[1] if v nil end