Sha256: 39dd52ecff27d0994068e39c0cd5fa1058e9549f363ccb8c167ae9efd996c535
Contents?: true
Size: 269 Bytes
Versions: 6
Compression:
Stored size: 269 Bytes
Contents
module Nokogiri # :stopdoc: module LibXML class XmlSaxPushParserContext < FFI::ManagedStruct layout :dummy, :int, 0 # to avoid @layout warnings def self.release ptr LibXML.xmlFreeParserCtxt(ptr) end end end # :startdoc: end
Version data entries
6 entries across 6 versions & 3 rubygems