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.216.37
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 /
Warning /
Delete
Unzip
Name
Size
Permission
Date
Action
%5b%5d%3d-c.ri
381
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-c.ri
932
B
-rw-r--r--
2026-04-07 16:51
categories-c.ri
346
B
-rw-r--r--
2026-04-07 16:51
cdesc-Warning.ri
1.76
KB
-rw-r--r--
2026-04-07 16:51
warn-i.ri
576
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::NormalModule[iI"Warning:ET@0o:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"FThe Warning module contains a single method named #warn, and the ;TI";module extends itself, making Warning.warn available. ;TI"=Warning.warn is called for all warnings issued by Ruby. ;TI"1By default, warnings are printed to $stderr.;To:RDoc::Markup::BlankLine o; ;[I"SChanging the behavior of Warning.warn is useful to customize how warnings are ;TI"Qhandled by Ruby, for instance by filtering some warnings, and/or outputting ;TI"4warnings somewhere other than <tt>$stderr</tt>.;T@o; ;[I"GIf you want to change the behavior of Warning.warn you should use ;TI"P<tt>Warning.extend(MyNewModuleWithWarnMethod)</tt> and you can use +super+ ;TI"Mto get the default behavior of printing the warning to <tt>$stderr</tt>.;T@o; ;[I" Example:;To:RDoc::Markup::Verbatim;[I"module MyWarningFilter ;TI"2 def warn(message, category: nil, **kwargs) ;TI"< if /some warning I want to ignore/.match?(message) ;TI" # ignore ;TI" else ;TI" super ;TI" end ;TI" end ;TI" end ;TI"$Warning.extend MyWarningFilter ;T:@format0o; ;[I"PYou should never redefine Warning#warn (the instance method), as that will ;TI">then no longer provide a way to use the default behavior.;T@o; ;[I"kThe warning[https://rubygems.org/gems/warning] gem provides convenient ways to customize Warning.warn.;T: @fileI"error.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[[I"[];TI"error.c;T[I"[]=;T@?[I"categories;T@?[:protected[ [:private[ [I" instance;T[[;[[I" warn;T@?[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[@3@3cRDoc::TopLevel