Sha256: 588cf6592019d6bfeb62bdc802ab5bebec3ada021ae79f60da05c830f275caab
Contents?: true
Size: 334 Bytes
Versions: 69
Compression:
Stored size: 334 Bytes
Contents
module Nokogiri module LibXML # :nodoc: class XmlNs < FFI::Struct # :nodoc: layout( :next, :pointer, :type, :int, :href, :string, :prefix, :string, :_private, :long # actually a pointer we're casting as an integer ) include CommonNode end end end
Version data entries
69 entries across 69 versions & 10 rubygems