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