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.198
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby32 /
share /
ri /
system /
Binding /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Binding.ri
1.79
KB
-rw-r--r--
2026-04-07 17:42
eval-i.ri
762
B
-rw-r--r--
2026-04-07 17:42
irb-i.ri
2.22
KB
-rw-r--r--
2026-04-07 17:42
local_variable_defined%3f-i.ri
762
B
-rw-r--r--
2026-04-07 17:42
local_variable_get-i.ri
706
B
-rw-r--r--
2026-04-07 17:42
local_variable_set-i.ri
1.08
KB
-rw-r--r--
2026-04-07 17:42
local_variables-i.ri
693
B
-rw-r--r--
2026-04-07 17:42
receiver-i.ri
349
B
-rw-r--r--
2026-04-07 17:42
source_location-i.ri
401
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::NormalClass[iI"Binding:ET@I"Object;To:RDoc::Markup::Document:@parts[o;;[ : @fileI"lib/irb.rb;T:0@omit_headings_from_table_of_contents_below0o;;[ ; I"prelude.rb;T; 0o;;[o:RDoc::Markup::Paragraph;[I"HObjects of class Binding encapsulate the execution context at some ;TI"Eparticular place in the code and retain this context for future ;TI"Buse. The variables, methods, value of <code>self</code>, and ;TI"Epossibly an iterator block that can be accessed in this context ;TI"<are all retained. Binding objects can be created using ;TI"?Kernel#binding, and are made available to the callback of ;TI"7Kernel#set_trace_func and instances of TracePoint.;To:RDoc::Markup::BlankLine o;;[I"GThese binding objects can be passed as the second argument of the ;TI"=Kernel#eval method, establishing an environment for the ;TI"evaluation.;T@o:RDoc::Markup::Verbatim;[I"class Demo ;TI" def initialize(n) ;TI" @secret = n ;TI" end ;TI" def get_binding ;TI" binding ;TI" end ;TI" end ;TI" ;TI"k1 = Demo.new(99) ;TI"b1 = k1.get_binding ;TI"k2 = Demo.new(-3) ;TI"b2 = k2.get_binding ;TI" ;TI""eval("@secret", b1) #=> 99 ;TI""eval("@secret", b2) #=> -3 ;TI"#eval("@secret") #=> nil ;T:@format0o;;[I"4Binding objects have no class-specific methods.;T; I"proc.c;T; 0; 0; 0[ [ [ [[I" class;T[[:public[ [:protected[ [:private[ [I" instance;T[[;[ [;[ [;[ [I" eval;TI"proc.c;T[I"irb;TI"lib/irb.rb;T[I"local_variable_defined?;T@Q[I"local_variable_get;T@Q[I"local_variable_set;T@Q[I"local_variables;T@Q[I" receiver;T@Q[I"source_location;T@Q[ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[I"lib/irb.rb;TI"prelude.rb;TI"proc.c;T@8cRDoc::TopLevel