73 74 75
# File 'lib/orientdb-ar/ext.rb', line 73 def to_orientdb map { |x| x.respond_to?(:to_orientdb) ? x.to_orientdb : x } end