Sha256: e1bc77fdab9835bd7a24516a3297adf3b105c074adb34cc8f7b09fb6710e4c86
Contents?: true
Size: 252 Bytes
Versions: 69
Compression:
Stored size: 252 Bytes
Contents
module Nokogiri module LibXML # :nodoc: class XsltStylesheet < FFI::ManagedStruct # :nodoc: layout :dummy, :int, 0 # to avoid @layout warnings def self.release ptr LibXML.xsltFreeStylesheet(ptr) end end end end
Version data entries
69 entries across 69 versions & 10 rubygems