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