mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndyment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52436ce1b1
commit
96c1e6ac2b
2 changed files with 14 additions and 10 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Jun 29 12:09:10 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||||
|
|
||||||
|
* README.md: tweak styles. [fix GH-945][ci skip] Patch by @bryndyment
|
||||||
|
|
||||||
Mon Jun 29 07:23:55 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Jun 29 07:23:55 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* template/sizes.c.tmpl: extract RUBY_DEFINT to define sizes of
|
* template/sizes.c.tmpl: extract RUBY_DEFINT to define sizes of
|
||||||
|
|
20
README.md
20
README.md
|
@ -8,26 +8,26 @@ extensible.
|
||||||
## Features of Ruby
|
## Features of Ruby
|
||||||
|
|
||||||
* Simple Syntax
|
* Simple Syntax
|
||||||
* **Normal** Object-Oriented features(ex. class, method calls)
|
* **Normal** Object-oriented Features (e.g. class, method calls)
|
||||||
* **Advanced** Object-Oriented features(ex. Mix-in, Singleton-method)
|
* **Advanced** Object-oriented Features (e.g. Mix-in, Singleton-method)
|
||||||
* Operator Overloading
|
* Operator Overloading
|
||||||
* Exception Handling
|
* Exception Handling
|
||||||
* Iterators and Closures
|
* Iterators and Closures
|
||||||
* Garbage Collection
|
* Garbage Collection
|
||||||
* Dynamic Loading of Object files(on some architecture)
|
* Dynamic Loading of Object Files (on some architectures)
|
||||||
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
|
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
|
||||||
well as Windows, Mac OS X, BeOS etc.) cf.
|
well as Windows, Mac OS X, BeOS, etc.) cf.
|
||||||
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
|
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
|
||||||
|
|
||||||
|
|
||||||
## How to get Ruby
|
## How to get Ruby
|
||||||
|
|
||||||
For a complete list of ways to install Ruby, including using third party tools
|
For a complete list of ways to install Ruby, including using third-party tools
|
||||||
like rvm, see:
|
like rvm, see:
|
||||||
|
|
||||||
http://www.ruby-lang.org/en/downloads/
|
http://www.ruby-lang.org/en/downloads/
|
||||||
|
|
||||||
The Ruby distribution files can be found in the following FTP site:
|
The Ruby distribution files can be found on the following FTP site:
|
||||||
|
|
||||||
ftp://ftp.ruby-lang.org/pub/ruby/
|
ftp://ftp.ruby-lang.org/pub/ruby/
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@ Or if you are using git then use the following command:
|
||||||
$ git clone git://github.com/ruby/ruby.git
|
$ git clone git://github.com/ruby/ruby.git
|
||||||
|
|
||||||
There are some other branches under development. Try the following command
|
There are some other branches under development. Try the following command
|
||||||
and see the list of branches:
|
to see the list of branches:
|
||||||
|
|
||||||
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
|
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
|
||||||
|
|
||||||
|
@ -49,16 +49,16 @@ Or if you are using git then use the following command:
|
||||||
|
|
||||||
$ git ls-remote git://github.com/ruby/ruby.git
|
$ git ls-remote git://github.com/ruby/ruby.git
|
||||||
|
|
||||||
## Ruby home-page
|
## Ruby home page
|
||||||
|
|
||||||
The URL of the Ruby home-page is:
|
The URL of the Ruby home page is:
|
||||||
|
|
||||||
http://www.ruby-lang.org/
|
http://www.ruby-lang.org/
|
||||||
|
|
||||||
## Mailing list
|
## Mailing list
|
||||||
|
|
||||||
There is a mailing list to talk about Ruby. To subscribe this list, please
|
There is a mailing list to talk about Ruby. To subscribe this list, please
|
||||||
send the following phrase
|
send the following phrase:
|
||||||
|
|
||||||
subscribe
|
subscribe
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue