File: C:/Ruby27-x64/share/ri/2.7.0/system/Module/private_class_method-i.ri
U:RDoc::AnyMethod[iI"private_class_method:ETI" Module#private_class_method;TF:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"JMakes existing class methods private. Often used to hide the default ;TI""constructor <code>new</code>.;To:RDoc::Markup::BlankLine o;
; [I"/String arguments are converted to symbols.;T@o:RDoc::Markup::Verbatim; [I".class SimpleSingleton # Not thread safe
;TI"! private_class_method :new
;TI"1 def SimpleSingleton.create(*args, &block)
;TI"+ @me = new(*args, &block) if ! @me
;TI"
@me
;TI" end
;TI"end;T:@format0:
@fileI"vm_method.c;T:0@omit_headings_from_table_of_contents_below0I"cmod.private_class_method(symbol, ...) -> mod
mod.private_class_method(string, ...) -> mod
;T0[ I"(*args);T@FI"Module;TcRDoc::NormalClass00