#include static VALUE marshal_module; static VALUE rb_sym_assess_load_trigger_check; static VALUE properties_hash; /* * 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);