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