Sha256: 247a068c8f7bcc51d44edb8d87600d10c7f97ff762931af08da82f373a212485
Contents?: true
Size: 372 Bytes
Versions: 204
Compression:
Stored size: 372 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); NORETURN(void Nokogiri_error_raise(void * ctx, xmlErrorPtr error)); extern VALUE cNokogiriXmlSyntaxError; #endif
Version data entries
204 entries across 204 versions & 17 rubygems