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 /
ruby19 /
share /
ri /
1.9.1 /
system /
Binding /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Binding.ri
1.39
KB
-rw-r--r--
2023-07-26 17:26
eval-i.ri
673
B
-rw-r--r--
2023-07-26 17:26
Save
Rename
U:RDoc::NormalClass[iI"Binding:ET@I"Object;Fo:RDoc::Markup::Document:@parts[o;;[o:RDoc::Markup::Paragraph;[I"DObjects of class <code>Binding</code> encapsulate the execution;TI"Icontext at some particular place in the code and retain this context;TI"Hfor future use. The variables, methods, value of <code>self</code>,;TI"Hand possibly an iterator block that can be accessed in this context;TI";are all retained. Binding objects can be created using;TI"H<code>Kernel#binding</code>, and are made available to the callback;TI"+of <code>Kernel#set_trace_func</code>.;To:RDoc::Markup::BlankLine o; ;[I"FThese binding objects can be passed as the second argument of the;TI"I<code>Kernel#eval</code> method, establishing an environment for the;TI"evaluation.;T@o:RDoc::Markup::Verbatim;[I"class Demo ;FI" def initialize(n) ;FI" @secret = n ;FI" end ;FI" def get_binding ;FI" return binding() ;FI" end ;FI" end ;FI" ;FI"k1 = Demo.new(99) ;FI"b1 = k1.get_binding ;FI"k2 = Demo.new(-3) ;FI"b2 = k2.get_binding ;FI" ;FI""eval("@secret", b1) #=> 99 ;FI""eval("@secret", b2) #=> -3 ;FI"#eval("@secret") #=> nil ;Fo; ;[I"4Binding objects have no class-specific methods.;T: @fileI"proc.c;T;0[ [ [ [[I" class;F[[:public[ [:protected[ [:private[ [I" instance;F[[; [[I" eval;T@2[;[ [;[