@@ -62,7 +62,7 @@ Ruby features:
62
62
* High transportability (runs on various Unices, Windows, DOS, OSX, OS/2,
63
63
Amiga, and so on)
64
64
65
- ### Show me some Ruby code.
65
+ ### Show me some Ruby code!
66
66
67
67
Let's define a class called Person, with a name and an age. We'll test our
68
68
code by creating a few people and examining them.
@@ -121,7 +121,7 @@ Another way would be to change the comparison method for class Person:
121
121
end
122
122
people.sort # -> [elmo (4), zoe (7), bert (8), ernie (8), cookie (11)]
123
123
124
- ### Why the name ' Ruby' ?
124
+ ### Why the name “ Ruby” ?
125
125
126
126
Influenced by Perl, Matz wanted to use a jewel name for his new language, so
127
127
he named Ruby after a colleague's birthstone.
@@ -192,7 +192,7 @@ You can search the mailing list archives using
192
192
http://blade.nagaokaut.ac.jp/ruby/ruby-talk/index.shtml .
193
193
(This is the url for the ruby-talk list: munge as required for the others).
194
194
195
- 1.8 ** Changed ** How can I thread the mailing list in mutt?
195
+ ### How can I thread the mailing list in mutt?
196
196
197
197
The Ruby mailing list software adds a prefix to the subject lines, for example
198
198
[ ruby-talk:1234] . This can confuse the threading in some mail user agents.
@@ -202,7 +202,7 @@ In mutt, you can get threading to work using the following variable setting.
202
202
# reply regexp, to support MLs like ruby-talk.
203
203
set reply_regexp="^(\[[a-z0-9:-]+\][[:space:]]*)?(re([\[0-9\]+])*|aw):[[:space:]]*"
204
204
205
- ### Which is correct, Ruby or ruby?
205
+ ### Which is correct, “ Ruby” or “ ruby” ?
206
206
207
207
Officially, the language is called ``Ruby''. On most systems, it is invoked
208
208
using the command ``ruby''. It's OK to use ruby instead of Ruby.
@@ -232,7 +232,7 @@ that covers the art and implementation of regular expressions in various
232
232
programming languages. Most of it is highly relevant to Ruby regular
233
233
expressions.
234
234
235
- ### Which editors provide support for Ruby.
235
+ ### Which editors provide support for Ruby?
236
236
237
237
* Emacs or XEmacs: ruby-mode.el is supplied in the Ruby distribution.
238
238
With some versions of XEmacs, you may need to add (load "font-lock") to your
0 commit comments