⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
2.7.0
/
system
/
Binding
/
View File Name :
cdesc-Binding.ri
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@M[I"local_variable_get;T@M[I"local_variable_set;T@M[I"local_variables;T@M[I" receiver;T@M[I"source_location;T@M[;[ [;[ [ [U:RDoc::Context::Section[i 0o;;[ ; 0; 0[@ @@8@8cRDoc::TopLevel