Class: Java::ComOrientechnologiesOrientCoreDbRecord::OTrackedMap
- Defined in:
- lib/other.rb
Instance Method Summary collapse
Instance Method Details
#from_orient ⇒ Object
401 402 403 404 405 406 407 408 409 |
# 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 |