@@ -257,10 +257,9 @@ a change to add prefixes to all interfaces. At that time @ruby_@ was added to
257257the "may-be-internals-for-some-reasons" variables.
258258
259259
260- The bottom line is that what @ruby_@ is attached to are either what to support
261- @ruby@ command or the internal variables and what @rb_@ is attached to are the
262- official interfaces of @ruby@ interpretor.
263-
260+ The bottom line is that @ruby_@ is attached to things that support
261+ @ruby@ command or the internal variables and @rb_@ is attached to
262+ the official interfaces of @ruby@ interpretor.
264263
265264
266265
@@ -337,16 +336,17 @@ This point is generally considered as "lack of features".
337336
338337
339338When there's only a single interpretor,
340- what have difficulty most is probably around the development environment of Ruby.
341- Concretely, they are the applications such as @irb@, RubyWin, and RDE.
339+ more than anything,
340+ things around the development environment should be especially troublesome.
341+ Namely, the applications such as @irb@, RubyWin, and RDE.
342342Although loading a rewritten program, the classes which are supposed to be
343343deleted would remain. To counter this with the reflection API is not impossible
344- but requires a lot of effort .
344+ but requires a lot of efforts .
345345
346346
347347However, it seems that Mr. Matsumoto (Matz) purposefully limits the number of
348- interpretors to one. "it's impossible to initialize completely" appears to be
349- its reason. For example , "the loaded extension libraries could not be removed"
348+ interpretors to one. "it's impossible to initialize completely" seems
349+ its reason. For instance , "the loaded extension libraries could not be removed"
350350is taken as an example.
351351
352352
@@ -613,7 +613,7 @@ bundled to a single @NODE_IF@ type, so we don't have to treat them specially.
613613</pre>
614614
615615
616- What is important is only the last @if@ statement.
616+ Only the last @if@ statement is important .
617617If rewriting it without any change in its meaning, it becomes this:
618618
619619
0 commit comments