Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.217.103
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Refinement /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Refinement.ri
649
B
-rw-r--r--
2026-04-07 16:51
import_methods-i.ri
1.17
KB
-rw-r--r--
2026-04-07 16:51
target-i.ri
534
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"import_methods:ETI"Refinement#import_methods;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I":Imports methods from modules. Unlike Module#include, ;TI"QRefinement#import_methods copies methods and adds them into the refinement, ;TI"<so the refinement is activated in the imported methods.;To:RDoc::Markup::BlankLine o; ; [I"XNote that due to method copying, only methods defined in Ruby code can be imported.;T@o:RDoc::Markup::Verbatim; [I"module StrUtils ;TI" def indent(level) ;TI" ' ' * level + self ;TI" end ;TI" end ;TI" ;TI"module M ;TI" refine String do ;TI"! import_methods StrUtils ;TI" end ;TI" end ;TI" ;TI" using M ;TI""foo".indent(3) ;TI"#=> " foo" ;TI" ;TI"module M ;TI" refine String do ;TI"# import_methods Enumerable ;TI"T # Can't import method which is not defined with Ruby code: Enumerable#drop ;TI" end ;TI"end;T:@format0: @fileI"class.c;T:0@omit_headings_from_table_of_contents_below0I",import_methods(module, ...) -> self ;T0[[I"import_methods;T@ I"(*args);T@,FI"Refinement;TcRDoc::NormalClass00