Sha256: 17dcadaaf5a4af032f2ce3be0c80b010bd014a793f982e9f76a0154d52d454e4
Contents?: true
Size: 228 Bytes
Versions: 69
Compression:
Stored size: 228 Bytes
Contents
module Nokogiri module LibXML # :nodoc: class XmlNotation < FFI::Struct # :nodoc: layout( :name, :string, :PublicID, :string, :SystemID, :string ) end end end
Version data entries
69 entries across 69 versions & 10 rubygems