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 /
ruby33 /
share /
man /
man1 /
Delete
Unzip
Name
Size
Permission
Date
Action
bundle-add.1
2.5
KB
-rw-r--r--
2026-04-07 17:22
bundle-binstubs.1
1.55
KB
-rw-r--r--
2026-04-07 17:22
bundle-cache.1
3.36
KB
-rw-r--r--
2026-04-07 17:22
bundle-check.1
1.07
KB
-rw-r--r--
2026-04-07 17:22
bundle-clean.1
726
B
-rw-r--r--
2026-04-07 17:22
bundle-config.1
21.01
KB
-rw-r--r--
2026-04-07 17:22
bundle-console.1
1.62
KB
-rw-r--r--
2026-04-07 17:22
bundle-doctor.1
1.11
KB
-rw-r--r--
2026-04-07 17:22
bundle-exec.1
6.44
KB
-rw-r--r--
2026-04-07 17:22
bundle-gem.1
5.48
KB
-rw-r--r--
2026-04-07 17:22
bundle-help.1
448
B
-rw-r--r--
2026-04-07 17:22
bundle-info.1
470
B
-rw-r--r--
2026-04-07 17:22
bundle-init.1
1.12
KB
-rw-r--r--
2026-04-07 17:22
bundle-inject.1
815
B
-rw-r--r--
2026-04-07 17:22
bundle-install.1
16.43
KB
-rw-r--r--
2026-04-07 17:22
bundle-list.1
948
B
-rw-r--r--
2026-04-07 17:22
bundle-lock.1
3.07
KB
-rw-r--r--
2026-04-07 17:22
bundle-open.1
790
B
-rw-r--r--
2026-04-07 17:22
bundle-outdated.1
3.18
KB
-rw-r--r--
2026-04-07 17:22
bundle-platform.1
1.39
KB
-rw-r--r--
2026-04-07 17:22
bundle-plugin.1
2.11
KB
-rw-r--r--
2026-04-07 17:22
bundle-pristine.1
1.62
KB
-rw-r--r--
2026-04-07 17:22
bundle-remove.1
836
B
-rw-r--r--
2026-04-07 17:22
bundle-show.1
677
B
-rw-r--r--
2026-04-07 17:22
bundle-update.1
13.35
KB
-rw-r--r--
2026-04-07 17:22
bundle-version.1
618
B
-rw-r--r--
2026-04-07 17:22
bundle-viz.1
1.2
KB
-rw-r--r--
2026-04-07 17:22
bundle.1
3.67
KB
-rw-r--r--
2026-04-07 17:22
erb.1
3.25
KB
-rw-r--r--
2026-04-07 17:22
irb.1
4.83
KB
-rw-r--r--
2026-04-07 17:22
rake.1
3.64
KB
-rw-r--r--
2026-04-07 17:22
ri.1
5.22
KB
-rw-r--r--
2026-04-07 17:22
ruby.1
21.04
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
.\"Ruby is copyrighted by Yukihiro Matsumoto <matz@netlab.jp>. .Dd August 11, 2019 .Dt IRB \&1 "Ruby Programmer's Reference Guide" .Os UNIX .Sh NAME .Nm irb .Nd Interactive Ruby Shell .Sh SYNOPSIS .Nm .Op Fl -version .Op Fl dfUw .Op Fl I Ar directory .Op Fl r Ar library .Op Fl E Ar external Ns Op : Ns Ar internal .Op Fl W Ns Op Ar level .Op Fl - Ns Oo no Oc Ns inspect .Op Fl - Ns Oo no Oc Ns multiline .Op Fl - Ns Oo no Oc Ns singleline .Op Fl - Ns Oo no Oc Ns echo .Op Fl - Ns Oo no Oc Ns colorize .Op Fl - Ns Oo no Oc Ns autocomplete .Op Fl - Ns Oo no Oc Ns verbose .Op Fl -prompt Ar mode .Op Fl -prompt-mode Ar mode .Op Fl -inf-ruby-mode .Op Fl -simple-prompt .Op Fl -noprompt .Op Fl -tracer .Op Fl -back-trace-limit Ar n .Op Fl - .Op program_file .Op argument ... .Pp .Sh DESCRIPTION .Nm is the REPL(read-eval-print loop) environment for Ruby programs. .Pp .Sh OPTIONS .Bl -tag -width "1234567890123" -compact .Pp .It Fl -version Prints the version of .Nm . .Pp .It Fl E Ar external Ns Op : Ns Ar internal .It Fl -encoding Ar external Ns Op : Ns Ar internal Same as `ruby -E' . Specifies the default value(s) for external encodings and internal encoding. Values should be separated with colon (:). .Pp You can omit the one for internal encodings, then the value .Pf ( Li "Encoding.default_internal" ) will be nil. .Pp .It Fl I Ar path Same as `ruby -I' . Specifies .Li $LOAD_PATH directory .Pp .It Fl U Same as `ruby -U' . Sets the default value for internal encodings .Pf ( Li "Encoding.default_internal" ) to UTF-8. .Pp .It Fl d Same as `ruby -d' . Sets .Li $DEBUG to true. .Pp .It Fl f Suppresses read of .Pa ~/.irbrc . .Pp .It Fl w Same as `ruby -w' . .Pp .Pp .It Fl W Same as `ruby -W' . .Pp .It Fl h .It Fl -help Prints a summary of the options. .Pp .It Fl r Ar library Same as `ruby -r'. Causes irb to load the library using require. .Pp .It Fl -inspect Uses `inspect' for output (default except for bc mode) .Pp .It Fl -noinspect Doesn't use inspect for output .Pp .It Fl -multiline Uses multiline editor module. .Pp .It Fl -nomultiline Doesn't use multiline editor module. .Pp .It Fl -singleline Uses singleline editor module. .Pp .It Fl -nosingleline Doesn't use singleline editor module. .Pp .Pp .It Fl -extra-doc-dir Add an extra doc dir for the doc dialog. .Pp .Pp .It Fl -echo Show result (default). .Pp .It Fl -noecho Don't show result. .Pp .Pp .It Fl -echo-on-assignment Show result on assignment. .Pp .It Fl -noecho-on-assignment Don't show result on assignment. .Pp .It Fl -truncate-echo-on-assignment Show truncated result on assignment (default). .Pp .Pp .It Fl -colorize Use colorization. .Pp .It Fl -nocolorize Don't use colorization. .Pp .Pp .It Fl -autocomplete Use autocompletion. .Pp .It Fl -noautocomplete Don't use autocompletion. .Pp .Pp .It Fl -regexp-completor Use regexp based completion. .Pp .It Fl -type-completor Use type based completion. .Pp .Pp .It Fl -verbose Show details. .Pp .It Fl -noverbose Don't show details. .Pp .It Fl -prompt Ar mode .It Fl -prompt-mode Ar mode Switch prompt mode. Pre-defined prompt modes are `default', `simple', `xmp' and `inf-ruby'. .Pp .It Fl -inf-ruby-mode Uses prompt appropriate for inf-ruby-mode on emacs. Suppresses --multiline and --singleline. .Pp .It Fl -simple-prompt Makes prompts simple. .Pp .It Fl -noprompt No prompt mode. .Pp .It Fl -tracer Displays trace for each execution of commands. .Pp .It Fl -back-trace-limit Ar n Displays backtrace top .Ar n and tail .Ar n Ns . The default value is 16. .El .Pp .Sh ENVIRONMENT .Bl -tag -compact -width "XDG_CONFIG_HOME" .It Ev IRB_LANG The locale used for .Nm . .Pp .It Ev IRBRC The path to the personal initialization file. .Pp .It Ev XDG_CONFIG_HOME .Nm respects XDG_CONFIG_HOME. If this is set, load .Pa $XDG_CONFIG_HOME/irb/irbrc as a personal initialization file. .Pp .El .Pp Also .Nm depends on same variables as .Xr ruby 1 . .Pp .Sh FILES .Bl -tag -compact .It Pa ~/.irbrc Personal irb initialization. If .Ev IRBRC is set, read .Pa $IRBRC instead. If .Ev IRBRC is not set and .Ev XDG_CONFIG_HOME is set, .Pa $XDG_CONFIG_HOME/irb/irbrc is loaded. .Pp .El .Pp .Sh EXAMPLES .Dl % irb .Dl irb(main):001:0> Ic 1 + 1 .Dl 2 .Dl irb(main):002:0> Ic def t(x) .Dl irb(main):003:1> Ic x + 1 .Dl irb(main):004:1> Ic end .Dl => :t .Dl irb(main):005:0> Ic t(3) .Dl => 4 .Dl irb(main):006:0> Ic if t(3) == 4 .Dl irb(main):007:1> Ic p :ok .Dl irb(main):008:1> Ic end .Dl :ok .Dl => :ok .Dl irb(main):009:0> Ic quit .Dl % .Pp .Sh SEE ALSO .Xr ruby 1 . .Pp .Sh REPORTING BUGS .Bl -bullet .It Security vulnerabilities should be reported via an email to .Mt security@ruby-lang.org . Reported problems will be published after being fixed. .Pp .It Other bugs and feature requests can be reported via the Ruby Issue Tracking System .Pq Lk https://bugs.ruby-lang.org/ . Do not report security vulnerabilities via this system because it publishes the vulnerabilities immediately. .El .Sh AUTHORS Written by Keiju ISHITSUKA.