54 55 56 57 58 59
# File 'lib/oxidized/nodes.rb', line 54 def show(node) with_lock do i = find_node_index node self[i].serialize end end