Class: LibNetPGP::PGPValidation
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- LibNetPGP::PGPValidation
- Defined in:
- lib/netpgp/lowlevel/structs.rb
Class Method Summary collapse
Class Method Details
.release(ptr) ⇒ Object
516 517 518 |
# File 'lib/netpgp/lowlevel/structs.rb', line 516 def self.release(ptr) LibNetPGP::pgp_validate_result_free(ptr) end |