diff --git a/version.c b/version.c index 7cfa572f8b..7e1c0cb4cf 100644 --- a/version.c +++ b/version.c @@ -86,6 +86,8 @@ Init_version(void) * The version of the engine or interpreter this ruby uses. */ rb_define_global_const("RUBY_ENGINE_VERSION", (1 ? version : MKSTR(version))); + + rb_provide("ruby2_keywords.rb"); } #if USE_MJIT