IronRuby.Builtins.BuiltinsLibraryInitializer.LoadMarshal_Constants C# (CSharp) Method

LoadMarshal_Constants() private static method

private static LoadMarshal_Constants ( IronRuby module ) : void
module IronRuby
return void
        private static void LoadMarshal_Constants(IronRuby.Builtins.RubyModule/*!*/ module) {
            SetBuiltinConstant(module, "MAJOR_VERSION", IronRuby.Builtins.RubyMarshal.MAJOR_VERSION);
            SetBuiltinConstant(module, "MINOR_VERSION", IronRuby.Builtins.RubyMarshal.MINOR_VERSION);
            
        }
        
BuiltinsLibraryInitializer