Class: Leptris::XML::XSLT::Stylesheet::Handle

Inherits:
FFI::AutoPointer
  • Object
show all
Defined in:
lib/leptris/xml/xslt.rb

Overview

GC-managed compiled handle.

Class Method Summary collapse

Class Method Details

.release(ptr) ⇒ Object



33
34
35
# File 'lib/leptris/xml/xslt.rb', line 33

def self.release(ptr)
  Leptris::XML::FFI.leptris_xslt_free(ptr)
end