Class: FFI::Pointer
- Inherits:
-
Object
- Object
- FFI::Pointer
- Defined in:
- lib/idevice/plist.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#read_plist_t ⇒ Object
365 366 367 368 369 |
# File 'lib/idevice/plist.rb', line 365 def read_plist_t unless self.null? return Idevice::Plist_t.new(self).to_ruby end end |