2020-12-26 12:28:50 +03:00
[![Actions Status: MinGW ](https://github.com/ruby/ruby/workflows/MinGW/badge.svg )](https://github.com/ruby/ruby/actions?query=workflow%3A"MinGW")
2023-03-07 10:15:30 +03:00
[![Actions Status: RJIT ](https://github.com/ruby/ruby/workflows/RJIT/badge.svg )](https://github.com/ruby/ruby/actions?query=workflow%3A"RJIT")
2020-12-26 12:28:50 +03:00
[![Actions Status: Ubuntu ](https://github.com/ruby/ruby/workflows/Ubuntu/badge.svg )](https://github.com/ruby/ruby/actions?query=workflow%3A"Ubuntu")
[![Actions Status: Windows ](https://github.com/ruby/ruby/workflows/Windows/badge.svg )](https://github.com/ruby/ruby/actions?query=workflow%3A"Windows")
2021-09-09 17:49:39 +03:00
[![Travis Status ](https://app.travis-ci.com/ruby/ruby.svg?branch=master )](https://app.travis-ci.com/ruby/ruby)
2016-01-22 10:02:37 +03:00
2022-04-15 19:16:55 +03:00
# What is Ruby?
2014-01-23 08:59:24 +04:00
2019-05-05 10:52:34 +03:00
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.
2014-01-23 08:59:24 +04:00
## Features of Ruby
2022-04-18 07:53:43 +03:00
* Simple Syntax
* **Normal** Object-oriented Features (e.g. class, method calls)
* **Advanced** Object-oriented Features (e.g. mix-in, singleton-method)
* Operator Overloading
* Exception Handling
* Iterators and Closures
* Garbage Collection
* Dynamic Loading of Object Files (on some architectures)
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
well as Windows, macOS, etc.) cf.
2023-06-28 16:05:43 +03:00
https://docs.ruby-lang.org/en/master/maintainers_md.html#label-Platform+Maintainers
2014-01-23 08:59:24 +04:00
2023-02-06 10:14:19 +03:00
## How to get Ruby
2014-01-23 08:59:24 +04:00
2015-06-29 06:09:14 +03:00
For a complete list of ways to install Ruby, including using third-party tools
2014-01-23 08:59:24 +04:00
like rvm, see:
2016-09-11 13:33:36 +03:00
https://www.ruby-lang.org/en/downloads/
2014-01-23 08:59:24 +04:00
2023-03-02 10:59:41 +03:00
You can download release packages and the snapshot of the repository. If you want to
download whole versions of Ruby, please visit https://www.ruby-lang.org/en/downloads/releases/.
2023-02-06 10:14:19 +03:00
2023-02-06 10:19:39 +03:00
### Download with Git
2019-04-22 03:55:19 +03:00
The mirror of the Ruby source tree can be checked out with the following command:
2014-01-23 08:59:24 +04:00
2019-04-22 03:55:19 +03:00
$ git clone https://github.com/ruby/ruby.git
2014-01-23 08:59:24 +04:00
2017-10-21 18:02:25 +03:00
There are some other branches under development. Try the following command
2015-06-29 06:09:14 +03:00
to see the list of branches:
2014-01-23 08:59:24 +04:00
2019-04-22 03:55:19 +03:00
$ git ls-remote https://github.com/ruby/ruby.git
2014-01-23 08:59:24 +04:00
2019-06-30 19:04:40 +03:00
You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source)
2019-05-21 15:00:17 +03:00
if you are a committer.
2019-04-21 04:06:25 +03:00
2022-09-14 11:27:38 +03:00
## How to build
2023-06-25 16:46:44 +03:00
See [Building Ruby ](https://docs.ruby-lang.org/en/master/contributing/building_ruby_md.html )
2022-09-14 11:27:38 +03:00
2015-06-29 06:09:14 +03:00
## Ruby home page
2014-01-23 08:59:24 +04:00
2016-09-11 13:33:36 +03:00
https://www.ruby-lang.org/
2014-01-23 08:59:24 +04:00
2022-05-12 21:22:00 +03:00
## Documentation
2022-05-12 22:20:03 +03:00
- [English ](https://docs.ruby-lang.org/en/master/index.html )
- [Japanese ](https://docs.ruby-lang.org/ja/master/index.html )
2022-05-12 21:22:00 +03:00
2014-01-23 08:59:24 +04:00
## Mailing list
2019-04-19 12:09:46 +03:00
There is a mailing list to discuss Ruby. To subscribe to this list, please
2015-06-29 06:09:14 +03:00
send the following phrase:
2014-01-23 08:59:24 +04:00
2023-04-18 04:41:00 +03:00
join
2014-01-23 08:59:24 +04:00
2023-04-18 04:41:00 +03:00
in the mail subject (not body) to the address [ruby-talk-request@ml.ruby-lang.org].
2021-03-17 17:51:00 +03:00
2023-04-18 04:41:00 +03:00
[ruby-talk-request@ml.ruby-lang.org]: mailto:ruby-talk-request@ml.ruby-lang.org?subject=join
2014-01-23 08:59:24 +04:00
## Copying
2021-10-12 22:31:50 +03:00
See the file [COPYING ](rdoc-ref:COPYING ).
2014-01-23 08:59:24 +04:00
## Feedback
2022-05-09 18:45:50 +03:00
Questions about the Ruby language can be asked on the [Ruby-Talk ](https://www.ruby-lang.org/en/community/mailing-lists ) mailing list
2021-07-11 14:08:08 +03:00
or on websites like https://stackoverflow.com.
2014-01-23 08:59:24 +04:00
2022-06-08 11:04:18 +03:00
Bugs should be reported at https://bugs.ruby-lang.org. Read ["Reporting Issues" ](https://docs.ruby-lang.org/en/master/contributing/reporting_issues_md.html ) for more information.
2015-07-05 06:56:25 +03:00
2017-04-18 14:55:44 +03:00
## Contributing
2015-07-05 06:56:25 +03:00
2022-05-09 18:45:50 +03:00
See ["Contributing to Ruby" ](https://docs.ruby-lang.org/en/master/contributing_md.html ), which includes setup and build instructions.
2015-07-05 06:56:25 +03:00
2014-01-23 08:59:24 +04:00
## The Author
2019-04-21 10:27:52 +03:00
Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.
2014-01-23 08:59:24 +04:00
2018-03-05 10:21:54 +03:00
< matz @ ruby-lang . org >