Class: Java::ComOrientechnologiesOrientCoreDbRecord::OTrackedMap
- Defined in:
- lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
349 350 351 352 353 354 355 356 357 |
# File 'lib/other.rb', line 349 def from_orient # puts self.inspect # puts self.keys.inspect HashWithIndifferentAccess.new(self) # Kernel.exit # map &:from_orient # to_a.from_orient end |