46 47 48 49 50
# File 'lib/oxidized/nodes.rb', line 46 def list with_lock do map { |e| e.serialize } end end