Class: Unbound::Result
- Inherits:
-
FFI::ManagedStruct
- Object
- FFI::ManagedStruct
- Unbound::Result
- Includes:
- ResultLayout
- Defined in:
- lib/unbound/result.rb
Class Method Summary collapse
Methods included from ResultLayout
#answer_packet, included, #to_resolv
Class Method Details
.release(ptr) ⇒ Object
56 57 58 |
# File 'lib/unbound/result.rb', line 56 def self.release(ptr) Unbound.ub_resolve_free(ptr) end |