class Java::ComOrientechnologiesOrientCoreDbRecord::OTrackedMap

Public Instance Methods

from_orient() click to toggle source
# File lib/other.rb, line 401
    def from_orient

 #     puts self.inspect
  #    puts self.keys.inspect
     HashWithIndifferentAccess.new(self)
    #  Kernel.exit
#      map &:from_orient
     # to_a.from_orient
    end