Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ruby / usr / share / ri / 2.2.0 / system / Module / private_class_method-i.ri
Size: Mime:
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::BlankLineo;
;	[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