D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
Module
/
Filename :
protected-i.ri
back
Copy
U:RDoc::AnyMethod[iI"protected:ETI"Module#protected;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"EWith no arguments, sets the default visibility for subsequently ;TI"Jdefined methods to protected. With arguments, sets the named methods ;TI"#to have protected visibility. ;TI"0String arguments are converted to symbols. ;TI":An Array of Symbols and/or Strings is also accepted. ;TI"5If a single argument is passed, it is returned. ;TI"0If no argument is passed, nil is returned. ;TI"NIf multiple arguments are passed, the arguments are returned as an array.;To:RDoc::Markup::BlankLine o; ; [ I"EIf a method has protected visibility, it is callable only where ;TI"A<code>self</code> of the context is the same as the method. ;TI"K(method definition or instance_eval). This behavior is different from ;TI"JJava's protected method. Usually <code>private</code> should be used.;T@o; ; [I"LNote that a protected method is slow because it can't use inline cache.;T@o; ; [I"NTo show a private method on RDoc, use <code>:doc:</code> instead of this.;T: @fileI"vm_method.c;T:0@omit_headings_from_table_of_contents_below0I"�protected -> nil protected(method_name) -> method_name protected(method_name, method_name, ...) -> array protected(array) -> array ;T0[ I"(*args);T@"FI"Module;TcRDoc::NormalClass00