IronRuby.Builtins.ModuleOps.Freeze C# (CSharp) Method

Freeze() private method

private Freeze ( RubyContext context, RubyModule self ) : RubyModule
context RubyContext
self RubyModule
return RubyModule
        public static RubyModule/*!*/ Freeze(RubyContext/*!*/ context, RubyModule/*!*/ self) {
            self.Freeze();
            return self;
        }