⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
ri
/
3.0.0
/
system
/
View File Name :
page-README_md.ri
U:RDoc::TopLevel[ i I"README.md:ETcRDoc::Parser::Markdowno:RDoc::Markup::Document:@parts[,o:RDoc::Markup::Paragraph;[I"�{rdoc-image:https://travis-ci.org/ruby/ruby.svg?branch=master}[https://travis-ci.org/ruby/ruby] {rdoc-image:https://ci.appveyor.com/api/projects/status/0sy8rrxut4o0k960/branch/master?svg=true}[https://ci.appveyor.com/project/ruby/ruby/branch/master] {rdoc-image:https://github.com/ruby/ruby/workflows/macOS/badge.svg}[https://github.com/ruby/ruby/actions?query=workflow%3A"macOS"] {rdoc-image:https://github.com/ruby/ruby/workflows/MinGW/badge.svg}[https://github.com/ruby/ruby/actions?query=workflow%3A"MinGW"] {rdoc-image:https://github.com/ruby/ruby/workflows/MJIT/badge.svg}[https://github.com/ruby/ruby/actions?query=workflow%3A"MJIT"] {rdoc-image:https://github.com/ruby/ruby/workflows/Ubuntu/badge.svg}[https://github.com/ruby/ruby/actions?query=workflow%3A"Ubuntu"] {rdoc-image:https://github.com/ruby/ruby/workflows/Windows/badge.svg}[https://github.com/ruby/ruby/actions?query=workflow%3A"Windows"];TS:RDoc::Markup::Heading: leveli: textI"What's Ruby;To; ;[I"�Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.;TS; ;i;I"Features of Ruby;To:RDoc::Markup::List: @type:BULLET:@items[o:RDoc::Markup::ListItem:@label0;[o; ;[I"Simple Syntax;To;;0;[o; ;[I"A*Normal* Object-oriented Features (e.g. class, method calls);To;;0;[o; ;[I"H*Advanced* Object-oriented Features (e.g. mix-in, singleton-method);To;;0;[o; ;[I"Operator Overloading;To;;0;[o; ;[I"Exception Handling;To;;0;[o; ;[I"Iterators and Closures;To;;0;[o; ;[I"Garbage Collection;To;;0;[o; ;[I"<Dynamic Loading of Object Files (on some architectures);To;;0;[o; ;[I"�Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, macOS, etc.) cf. https://github.com/ruby/ruby/blob/master/doc/contributing.rdoc#label-Platform+Maintainers;TS; ;i;I"How to get Ruby;To; ;[I"bFor a complete list of ways to install Ruby, including using third-party tools like rvm, see:;To; ;[I",https://www.ruby-lang.org/en/downloads/;TS; ;i;I"Git;To; ;[I"VThe mirror of the Ruby source tree can be checked out with the following command:;To:RDoc::Markup::Verbatim;[I"2$ git clone https://github.com/ruby/ruby.git ;T:@format0o; ;[I"lThere are some other branches under development. Try the following command to see the list of branches:;To;;[I"6$ git ls-remote https://github.com/ruby/ruby.git ;T;0o; ;[I"wYou may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.;TS; ;i;I"Subversion;To; ;[I"`Stable branches for older Ruby versions can be checked out with also the following command:;To;;[I"K$ svn co https://svn.ruby-lang.org/repos/ruby/branches/ruby_2_6/ ruby ;T;0o; ;[I";Try the following command to see the list of branches:;To;;[I"=$ svn ls https://svn.ruby-lang.org/repos/ruby/branches/ ;T;0S; ;i;I"Ruby home page;To; ;[I"https://www.ruby-lang.org/;TS; ;i;I"Mailing list;To; ;[I"jThere is a mailing list to discuss Ruby. To subscribe to this list, please send the following phrase:;To;;[I"subscribe ;T;0o; ;[I"�in the mail body (not subject) to the address {ruby-talk-request@ruby-lang.org}[mailto:ruby-talk-request@ruby-lang.org?subject=Join%20Ruby%20Mailing%20List&body=subscribe].;TS; ;i;I"How to compile and install;To; ;:NUMBER;[ o;;0;[o; ;[I"�If you want to use Microsoft Visual C++ to compile Ruby, read {win32/README.win32}[win32/README.win32] instead of this document.;Fo;;0;[o; ;[I"xRun <code>./autogen.sh</code> to generate configure, when you build the source checked out from the Git repository.;Fo;;0;[o; ;[I"gRun <code>./configure</code>, which will generate <code>config.h</code> and <code>Makefile</code>.;Fo; ;[I"�Some C compiler flags may be added by default depending on your environment. Specify <code>optflags=..</code> and <code>warnflags=..</code> as necessary to override them.;Fo;;0;[o; ;[I"`Edit <code>include/ruby/defines.h</code> if you need. Usually this step will not be needed.;Fo;;0;[o; ;[I"�Remove comment mark(<code>#</code>) before the module names from <code>ext/Setup</code> (or add module names if not present), if you want to link modules statically.;Fo; ;[I"�If you don't want to compile non static extension modules (probably on architectures which do not allow dynamic loading), remove comment mark from the line "<code>#option nodynamic</code>" in <code>ext/Setup</code>.;Fo; ;[I"*Usually this step will not be needed.;Fo;;0;[o; ;[I"Run <code>make</code>.;Fo; ;;;[o;;0;[o; ;[I"�On Mac, set RUBY_CODESIGN environment variable with a signing identity. It uses the identity to sign <code>ruby</code> binary. See also codesign(1).;Fo;;0;[o; ;[I"�Optionally, run '<code>make check</code>' to check whether the compiled Ruby interpreter works well. If you see the message "<code>check succeeded</code>", your Ruby works as it should (hopefully).;Fo;;0;[o; ;[I"%Run '<code>make install</code>'.;Fo; ;[I"TThis command will create the following directories and install files into them.;Fo; ;;;[o;;0;[o; ;[I")<code>${DESTDIR}${prefix}/bin</code>;To;;0;[o; ;[I"M<code>${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}</code>;To;;0;[o; ;[I"Y<code>${DESTDIR}${prefix}/include/ruby-${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}</code>;To;;0;[o; ;[I")<code>${DESTDIR}${prefix}/lib</code>;To;;0;[o; ;[I".<code>${DESTDIR}${prefix}/lib/ruby</code>;To;;0;[o; ;[I"I<code>${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}</code>;To;;0;[o; ;[I"U<code>${DESTDIR}${prefix}/lib/ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}</code>;To;;0;[o; ;[I"8<code>${DESTDIR}${prefix}/lib/ruby/site_ruby</code>;To;;0;[o; ;[I"S<code>${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}</code>;To;;0;[o; ;[I"_<code>${DESTDIR}${prefix}/lib/ruby/site_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}</code>;To;;0;[o; ;[I":<code>${DESTDIR}${prefix}/lib/ruby/vendor_ruby</code>;To;;0;[o; ;[I"U<code>${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}</code>;To;;0;[o; ;[I"a<code>${DESTDIR}${prefix}/lib/ruby/vendor_ruby/${MAJOR}.${MINOR}.${TEENY}/${PLATFORM}</code>;To;;0;[o; ;[I"N<code>${DESTDIR}${prefix}/lib/ruby/gems/${MAJOR}.${MINOR}.${TEENY}</code>;To;;0;[o; ;[I"4<code>${DESTDIR}${prefix}/share/man/man1</code>;To;;0;[o; ;[I"P<code>${DESTDIR}${prefix}/share/ri/${MAJOR}.${MINOR}.${TEENY}/system</code>;To; ;[I"�If Ruby's API version is '_x.y.z_', the <code>${MAJOR}</code> is '_x_', the <code>${MINOR}</code> is '_y_', and the <code>${TEENY}</code> is '_z_'.;Fo; ;[I"Y*NOTE*: teeny of the API version may be different from one of Ruby's program version;To; ;[I"5You may have to be a super user to install Ruby.;Fo; ;[I"If you fail to compile Ruby, please send the detailed error report with the error log and machine/OS type, to help others.;To; ;[I"�Some extension libraries may not get compiled because of lack of necessary external libraries and/or headers, then you will need to run '<code>make distclean-ext</code>' to remove old configuration after installing them in such case.;TS; ;i;I"Copying;To; ;[I"%See the file {COPYING}[COPYING].;TS; ;i;I" Feedback;To; ;[I"�Questions about the Ruby language can be asked on the Ruby-Talk mailing list (https://www.ruby-lang.org/en/community/mailing-lists) or on websites like (https://stackoverflow.com).;To; ;[I"�Bugs should be reported at https://bugs.ruby-lang.org. Read {HowToReport}[https://bugs.ruby-lang.org/projects/ruby/wiki/HowToReport] for more information.;TS; ;i;I"Contributing;To; ;[I"4See the file {CONTRIBUTING.md}[CONTRIBUTING.md];TS; ;i;I"The Author;To; ;[I"URuby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.;To; ;[I"mailto:matz@ruby-lang.org;T: @file@:0@omit_headings_from_table_of_contents_below0