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