Freeze() public method

public Freeze ( ) : void
return void
Beispiel #1
0
 public static RubyModule /*!*/ Freeze(RubyContext /*!*/ context, RubyModule /*!*/ self)
 {
     self.Freeze();
     return(self);
 }
Beispiel #2
0
 public static RubyModule/*!*/ Freeze(RubyContext/*!*/ context, RubyModule/*!*/ self) {
     self.Freeze();
     return self;
 }