Freeze() public method

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