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 /
ruby34 /
share /
doc /
alt-ruby34-doc /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
irb
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
pty
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
syntax
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
ChangeLog
11.53
KB
-rw-r--r--
2026-03-11 13:21
README.md
3.48
KB
-rw-r--r--
2026-03-11 13:21
_regexp.rdoc
43.74
KB
-rw-r--r--
2026-03-11 13:21
_timezones.rdoc
5.61
KB
-rw-r--r--
2026-03-11 13:21
bsearch.rdoc
4.24
KB
-rw-r--r--
2026-03-11 13:21
bug_triaging.rdoc
4.04
KB
-rw-r--r--
2026-03-11 13:21
case_mapping.rdoc
3.15
KB
-rw-r--r--
2026-03-11 13:21
character_selectors.rdoc
3.38
KB
-rw-r--r--
2026-03-11 13:21
command_injection.rdoc
913
B
-rw-r--r--
2026-03-11 13:21
contributing.md
990
B
-rw-r--r--
2026-03-11 13:21
dig_methods.rdoc
2.57
KB
-rw-r--r--
2026-03-11 13:21
distribution.md
2.03
KB
-rw-r--r--
2026-03-11 13:21
dtrace_probes.rdoc
7.42
KB
-rw-r--r--
2026-03-11 13:21
encodings.rdoc
16.28
KB
-rw-r--r--
2026-03-11 13:21
exceptions.md
12.63
KB
-rw-r--r--
2026-03-11 13:21
extension.ja.rdoc
73.48
KB
-rw-r--r--
2026-03-11 13:21
extension.rdoc
75.21
KB
-rw-r--r--
2026-03-11 13:21
fiber.md
6.72
KB
-rw-r--r--
2026-03-11 13:21
format_specifications.rdoc
9.96
KB
-rw-r--r--
2026-03-11 13:21
forwardable.rd.ja
2.35
KB
-rw-r--r--
2026-03-11 13:21
globals.rdoc
8.32
KB
-rw-r--r--
2026-03-11 13:21
implicit_conversion.rdoc
5.8
KB
-rw-r--r--
2026-03-11 13:21
index.md
2.37
KB
-rw-r--r--
2026-03-11 13:21
maintainers.md
12.45
KB
-rw-r--r--
2026-03-11 13:21
marshal.rdoc
11.51
KB
-rw-r--r--
2026-03-11 13:21
memory_view.md
6.51
KB
-rw-r--r--
2026-03-11 13:21
packed_data.rdoc
23.19
KB
-rw-r--r--
2026-03-11 13:21
ractor.md
26.28
KB
-rw-r--r--
2026-03-11 13:21
ruby-exercise.stp
1.08
KB
-rw-r--r--
2026-04-07 16:37
security.rdoc
5.75
KB
-rw-r--r--
2026-03-11 13:21
signals.rdoc
3.33
KB
-rw-r--r--
2026-03-11 13:21
standard_library.md
11.14
KB
-rw-r--r--
2026-03-11 13:21
strftime_formatting.rdoc
16.33
KB
-rw-r--r--
2026-03-11 13:21
syntax.rdoc
1.27
KB
-rw-r--r--
2026-03-11 13:21
windows.md
6.71
KB
-rw-r--r--
2026-03-11 13:21
yarvarch.en
106
B
-rw-r--r--
2026-03-11 13:21
yarvarch.ja
16.41
KB
-rw-r--r--
2026-03-11 13:21
Save
Rename
# Ruby Documentation Welcome to the official Ruby programming language documentation. ## Getting Started New to Ruby? Start with our [Getting Started Guide](https://www.ruby-lang.org/en/documentation/quickstart/). ## Core Classes and Modules Explore the essential classes and modules: - [String](String.html) - Text manipulation and string utilities. - [Symbol](Symbol.html) - Named identifiers inside the Ruby interpreter. - [Array](Array.html) - Ordered collections of objects. - [Hash](Hash.html) - Key-value pairs for efficient data retrieval. - [Integer](Integer.html) - \Integer number class. - [Float](Float.html) - Floating-point number class. - [Enumerable](Enumerable.html) - Collection traversal and searching. - [File](File.html) - \File operations and handling. - [IO](IO.html) - Input/output functionality. - [Time](Time.html) - \Time representation. - [Regexp](Regexp.html) - Regular expressions for pattern matching. - [Range](Range.html) - Representing a range of values. - [Exception](Exception.html) - Base class for all exceptions. - [Thread](Thread.html) - Multithreading and concurrency. ## Language Reference Deep dive into Ruby's syntax and features: - [Ruby Syntax](rdoc-ref:syntax.rdoc) - [Exceptions](rdoc-ref:exceptions.md) - [Implicit Conversions](rdoc-ref:implicit_conversion.rdoc) ## Standard Libraries There are some standard libraries included in Ruby that are also commonly used, such as: - [Date](Date.html) - \Date representation. - [JSON](JSON.html) - \JSON encoding and decoding. - [ERB](ERB.html) - Embedded Ruby for templating. - [Net::HTTP](Net/HTTP.html) - HTTP client library. Use the following links to access the comprehensive set of libraries included with Ruby: - [Standard Library Documentation](rdoc-ref:standard_library.md) - [Maintainers](rdoc-ref:maintainers.md) ## Contribute to Ruby Get involved with the Ruby community: - [Contribution Guide](rdoc-ref:contributing.md) - [Documentation Guide](rdoc-ref:contributing/documentation_guide.md) - [Reporting Issues](rdoc-ref:contributing/reporting_issues.md) - [Building Ruby](rdoc-ref:contributing/building_ruby.md) - [Testing Ruby](rdoc-ref:contributing/testing_ruby.md) - [Issue Tracker](https://bugs.ruby-lang.org/projects/ruby-master/issues) ## Additional Resources - [Ruby Homepage](https://www.ruby-lang.org/) - [RubyGems](https://rubygems.org/) - [Ruby Community](https://www.ruby-lang.org/en/community/)