Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/support.rb

Direct Known Subclasses

OrientSupport::Array

Instance Method Summary collapse

Instance Method Details

#from_orientObject



87
88
89
# File 'lib/support.rb', line 87

def from_orient
  map &:from_orient
end

#to_orientObject



84
85
86
# File 'lib/support.rb', line 84

def to_orient
  map &:to_orient
end