Class: Java::ComOrientechnologiesOrientCoreDbRecord::OTrackedMap
- Inherits:
-
Object
- Object
- Java::ComOrientechnologiesOrientCoreDbRecord::OTrackedMap
- Defined in:
- lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
117 118 119 120 121 122 123 124 125 |
# File 'lib/other.rb', line 117 def from_orient # puts self.inspect # puts self.keys.inspect HashWithIndifferentAccess.new(self) # Kernel.exit # map &:from_orient # to_a.from_orient end |