Sha256: c66d4690f39e84a05c9092bb1a482b75d4c16fefaa7e7845535e45e4959a2956
Contents?: true
Size: 671 Bytes
Versions: 15
Compression:
Stored size: 671 Bytes
Contents
#include <ruby.h> static VALUE marshal_module; static VALUE rb_sym_assess_load_trigger_check; /* * Rails is a jerk. In Rails 5, they decided to do away with the alias chaining * approach in favor of the prepend approach. While we'll need to add long term * support for prepend, so far, the only method that we've found that is used * regularly by Rails / that is constantly prepended is Marshal.load. We'll * special case this for now. * -HM (shamelessly commenting on DP's work) */ static VALUE contrast_assess_marshal_module_load(const int argc, const VALUE *argv); void Init_cs__assess_marshal_module(void);
Version data entries
15 entries across 15 versions & 1 rubygems