@@ -8,26 +8,26 @@ extensible.
8
8
## Features of Ruby
9
9
10
10
* Simple Syntax
11
- * ** Normal** Object-Oriented features(ex . class, method calls)
12
- * ** Advanced** Object-Oriented features(ex . Mix-in, Singleton-method)
11
+ * ** Normal** Object-oriented Features (e.g . class, method calls)
12
+ * ** Advanced** Object-oriented Features (e.g . Mix-in, Singleton-method)
13
13
* Operator Overloading
14
14
* Exception Handling
15
15
* Iterators and Closures
16
16
* Garbage Collection
17
- * Dynamic Loading of Object files (on some architecture )
17
+ * Dynamic Loading of Object Files (on some architectures )
18
18
* Highly Portable (works on many Unix-like/POSIX compatible platforms as
19
- well as Windows, Mac OS X, BeOS etc.) cf.
19
+ well as Windows, Mac OS X, BeOS, etc.) cf.
20
20
http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
21
21
22
22
23
23
## How to get Ruby
24
24
25
- For a complete list of ways to install Ruby, including using third party tools
25
+ For a complete list of ways to install Ruby, including using third- party tools
26
26
like rvm, see:
27
27
28
28
http://www.ruby-lang.org/en/downloads/
29
29
30
- The Ruby distribution files can be found in the following FTP site:
30
+ The Ruby distribution files can be found on the following FTP site:
31
31
32
32
ftp://ftp.ruby-lang.org/pub/ruby/
33
33
@@ -41,24 +41,24 @@ Or if you are using git then use the following command:
41
41
$ git clone git://github.com/ruby/ruby.git
42
42
43
43
There are some other branches under development. Try the following command
44
- and see the list of branches:
44
+ to see the list of branches:
45
45
46
46
$ svn ls http://svn.ruby-lang.org/repos/ruby/branches/
47
47
48
48
Or if you are using git then use the following command:
49
49
50
50
$ git ls-remote git://github.com/ruby/ruby.git
51
51
52
- ## Ruby home- page
52
+ ## Ruby home page
53
53
54
- The URL of the Ruby home- page is:
54
+ The URL of the Ruby home page is:
55
55
56
56
http://www.ruby-lang.org/
57
57
58
58
## Mailing list
59
59
60
60
There is a mailing list to talk about Ruby. To subscribe this list, please
61
- send the following phrase
61
+ send the following phrase:
62
62
63
63
subscribe
64
64
0 commit comments