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 /
ruby33 /
share /
ri /
system /
Binding /
Delete
Unzip
Name
Size
Permission
Date
Action
cdesc-Binding.ri
1.79
KB
-rw-r--r--
2026-04-07 17:22
eval-i.ri
762
B
-rw-r--r--
2026-04-07 17:22
irb-i.ri
2.18
KB
-rw-r--r--
2026-04-07 17:22
local_variable_defined%3f-i.ri
762
B
-rw-r--r--
2026-04-07 17:22
local_variable_get-i.ri
706
B
-rw-r--r--
2026-04-07 17:22
local_variable_set-i.ri
1.08
KB
-rw-r--r--
2026-04-07 17:22
local_variables-i.ri
693
B
-rw-r--r--
2026-04-07 17:22
receiver-i.ri
349
B
-rw-r--r--
2026-04-07 17:22
source_location-i.ri
401
B
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"irb:ETI"Binding#irb;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"�Opens an IRB session where <code>binding.irb</code> is called which allows for interactive debugging. You can call any methods or variables available in the current scope, and mutate state if you need to.;To; ; [I"SGiven a Ruby file called <code>potato.rb</code> containing the following code:;To:RDoc::Markup::Verbatim; [I"class Potato ;TI" def initialize ;TI" @cooked = false ;TI" binding.irb ;TI"* puts "Cooked potato: #{@cooked}" ;TI" end ;TI" end ;TI" ;TI"Potato.new ;T:@format0o; ; [I"�Running <code>ruby potato.rb</code> will open an IRB session where <code>binding.irb</code> is called, and you will see the following:;To;; [I"$ ruby potato.rb ;T@I" From: potato.rb @ line 4 : ;T@I" 1: class Potato ;TI" 2: def initialize ;TI" 3: @cooked = false ;TI" => 4: binding.irb ;TI"1 5: puts "Cooked potato: #{@cooked}" ;TI" 6: end ;TI" 7: end ;TI" 8: ;TI" 9: Potato.new ;T@I".irb(#<Potato:0x00007feea1916670>):001:0> ;T;0o; ; [I"�You can type any valid Ruby code and it will be evaluated in the current context. This allows you to debug without having to run your code repeatedly:;To;; [ I"6irb(#<Potato:0x00007feea1916670>):001:0> @cooked ;TI"=> false ;TI"9irb(#<Potato:0x00007feea1916670>):002:0> self.class ;TI"=> Potato ;TI";irb(#<Potato:0x00007feea1916670>):003:0> caller.first ;TI"A=> ".../2.5.1/lib/ruby/2.5.0/irb/workspace.rb:85:in `eval'" ;TI"=irb(#<Potato:0x00007feea1916670>):004:0> @cooked = true ;TI" => true ;T;0o; ; [I"�You can exit the IRB session with the <code>exit</code> command. Note that exiting will resume execution where <code>binding.irb</code> had paused it, as you can see from the output printed to standard output in this example:;To;; [I"3irb(#<Potato:0x00007feea1916670>):005:0> exit ;TI"Cooked potato: true ;T;0o; ; [I""See IRB for more information.;T: @fileI"lib/irb.rb;T:0@omit_headings_from_table_of_contents_below000[ I"(show_code: true);T@DFI"Binding;TcRDoc::NormalClass00