Sha256: 9086e371d773e88bf83b48b0f4afc97cc98a1169d33384bce6d011b479051cdd
Contents?: true
Size: 362 Bytes
Versions: 27
Compression:
Stored size: 362 Bytes
Contents
#ifndef NOKOGIRI_XML_SYNTAX_ERROR #define NOKOGIRI_XML_SYNTAX_ERROR #include <nokogiri.h> void init_xml_syntax_error(); VALUE Nokogiri_wrap_xml_syntax_error(VALUE klass, xmlErrorPtr error); void Nokogiri_error_array_pusher(void * ctx, xmlErrorPtr error); void Nokogiri_error_raise(void * ctx, xmlErrorPtr error); extern VALUE cNokogiriXmlSyntaxError; #endif
Version data entries
27 entries across 27 versions & 7 rubygems