Class: LibNetPGP::PGPStream

Inherits:
FFI::ManagedStruct
  • Object
show all
Defined in:
lib/netpgp/lowlevel/structs.rb

Constant Summary collapse

NTAGS =
0x100

Class Method Summary collapse

Class Method Details

.release(ptr) ⇒ Object



428
429
430
# File 'lib/netpgp/lowlevel/structs.rb', line 428

def self.release(ptr)
  LibNetPGP::pgp_stream_delete(ptr)
end