Class: OrientDB::RecordList
- Inherits:
-
Object
- Object
- OrientDB::RecordList
- Defined in:
- lib/orientdb-ar/ext.rb
Instance Method Summary collapse
Instance Method Details
#to_orientdb_ar ⇒ Object
13 14 15 |
# File 'lib/orientdb-ar/ext.rb', line 13 def to_orientdb_ar map { |x| x.respond_to?(:to_orientdb_ar) ? x.to_orientdb_ar : x } end |