forked from runpaint/read-ruby
-
Notifications
You must be signed in to change notification settings - Fork 3
/
permalinks.yaml
614 lines (614 loc) · 39.2 KB
/
permalinks.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
---
http://ruby.runpaint.org/arrays#arrays-of-arrays: http://goo.gl/8RpX
http://ruby.runpaint.org/arrays#coercion: http://goo.gl/zLgS
http://ruby.runpaint.org/arrays#concat: http://goo.gl/XrNa
http://ruby.runpaint.org/arrays#deletion: http://goo.gl/JlQf
http://ruby.runpaint.org/arrays#insertion: http://goo.gl/Hits
http://ruby.runpaint.org/arrays#iterate: http://goo.gl/ZPBM
http://ruby.runpaint.org/arrays#literals: http://goo.gl/w5EU
http://ruby.runpaint.org/arrays#literal-w: http://goo.gl/MfvI
http://ruby.runpaint.org/arrays#lookup: http://goo.gl/Fonc
http://ruby.runpaint.org/arrays#order: http://goo.gl/ODe2
http://ruby.runpaint.org/arrays#permutations: http://goo.gl/9sCk
http://ruby.runpaint.org/arrays#replace: http://goo.gl/pgto
http://ruby.runpaint.org/arrays#rotation: http://goo.gl/utwt
http://ruby.runpaint.org/arrays#set: http://goo.gl/TIGo
http://ruby.runpaint.org/arrays#size: http://goo.gl/PBd6
http://ruby.runpaint.org/classes#ancestors: http://goo.gl/Iqir
http://ruby.runpaint.org/classes#anonymous: http://goo.gl/xHLu
http://ruby.runpaint.org/classes#class-inherited: http://goo.gl/j3KU
http://ruby.runpaint.org/classes#class-instance-variables: http://goo.gl/8Lxt
http://ruby.runpaint.org/classes#class-keyword: http://goo.gl/CKQq
http://ruby.runpaint.org/classes#class-new: http://goo.gl/uuQZ
http://ruby.runpaint.org/classes#context: http://goo.gl/A8mP
http://ruby.runpaint.org/classes#creation: http://goo.gl/aUyl
http://ruby.runpaint.org/classes#enumeration: http://goo.gl/Qw7U
http://ruby.runpaint.org/classes#inheritance: http://goo.gl/RdBc
http://ruby.runpaint.org/classes#instances: http://goo.gl/YGUg
http://ruby.runpaint.org/classes#method-defined: http://goo.gl/biD3
http://ruby.runpaint.org/classes#methods: http://goo.gl/Pabl
http://ruby.runpaint.org/classes#missing: http://goo.gl/4lV2
http://ruby.runpaint.org/classes#names: http://goo.gl/orAI
http://ruby.runpaint.org/classes#nesting: http://goo.gl/EsYp
http://ruby.runpaint.org/classes#reopening: http://goo.gl/MMVS
http://ruby.runpaint.org/classes#singleton: http://goo.gl/6jc2
http://ruby.runpaint.org/classes#state: http://goo.gl/UDH1
http://ruby.runpaint.org/classes#structs: http://goo.gl/iMKs
http://ruby.runpaint.org/classes#superclass: http://goo.gl/CRnU
http://ruby.runpaint.org/classes#type: http://goo.gl/B8E6
http://ruby.runpaint.org/closures#ampersand-prefixed-parameter: http://goo.gl/EDKn
http://ruby.runpaint.org/closures#binding: http://goo.gl/ifIG
http://ruby.runpaint.org/closures#block-local-variables: http://goo.gl/coQO
http://ruby.runpaint.org/closures#calling: http://goo.gl/0NRp
http://ruby.runpaint.org/closures#control-flow: http://goo.gl/ZGpE
http://ruby.runpaint.org/closures#creation: http://goo.gl/zxvZ
http://ruby.runpaint.org/closures#kernel-binding: http://goo.gl/KA2R
http://ruby.runpaint.org/closures#lambda-keyword: http://goo.gl/13AV
http://ruby.runpaint.org/closures#lambda-literal: http://goo.gl/yrHs
http://ruby.runpaint.org/closures#lambda-predicate: http://goo.gl/Eb3o
http://ruby.runpaint.org/closures#lambda-semantics-arguments: http://goo.gl/MVlH
http://ruby.runpaint.org/closures#lambda-semantics-break: http://goo.gl/SNBE
http://ruby.runpaint.org/closures#lambda-semantics-control-flow: http://goo.gl/TrvZ
http://ruby.runpaint.org/closures#lambda-semantics: http://goo.gl/30ps
http://ruby.runpaint.org/closures#lambda-semantics-return: http://goo.gl/a3z6
http://ruby.runpaint.org/closures#methods: http://goo.gl/fKjF
http://ruby.runpaint.org/closures#parameters: http://goo.gl/Noxt
http://ruby.runpaint.org/closures#proc-keyword: http://goo.gl/YDuy
http://ruby.runpaint.org/closures#proc-new: http://goo.gl/VZ6X
http://ruby.runpaint.org/closures#proc-semantics-arguments: http://goo.gl/Dkz8
http://ruby.runpaint.org/closures#proc-semantics-break: http://goo.gl/II4t
http://ruby.runpaint.org/closures#proc-semantics-control-flow: http://goo.gl/ZQbp
http://ruby.runpaint.org/closures#proc-semantics: http://goo.gl/7sBR
http://ruby.runpaint.org/closures#proc-semantics-return: http://goo.gl/X3Rn
http://ruby.runpaint.org/closures#procs: http://goo.gl/CMh5
http://ruby.runpaint.org/closures#semantics: http://goo.gl/WIJi
http://ruby.runpaint.org/encoding#ascii-8bit: http://goo.gl/dBEO
http://ruby.runpaint.org/encoding#class: http://goo.gl/GCQs
http://ruby.runpaint.org/encoding#compatibility: http://goo.gl/0wLB
http://ruby.runpaint.org/encoding#conversion-path: http://goo.gl/huHd
http://ruby.runpaint.org/encoding#converter: http://goo.gl/LfK2
http://ruby.runpaint.org/encoding#convert: http://goo.gl/lIJ3
http://ruby.runpaint.org/encoding#error-context: http://goo.gl/jIqx
http://ruby.runpaint.org/encoding#external: http://goo.gl/soW7
http://ruby.runpaint.org/encoding#external-stream: http://goo.gl/4Nb6
http://ruby.runpaint.org/encoding#internal: http://goo.gl/8cKP
http://ruby.runpaint.org/encoding#invalid-byte-sequence-recovery: http://goo.gl/JHwh
http://ruby.runpaint.org/encoding#locale: http://goo.gl/Hlgw
http://ruby.runpaint.org/encoding#primitive-convert: http://goo.gl/oVMM
http://ruby.runpaint.org/encoding#source: http://goo.gl/FEJs
http://ruby.runpaint.org/encoding#transcoding: http://goo.gl/aimi
http://ruby.runpaint.org/encoding#undefined-conversion-recover: http://goo.gl/mhGr
http://ruby.runpaint.org/enumerables#enumerable: http://goo.gl/kz0B
http://ruby.runpaint.org/enumerables#hash-coercion: http://goo.gl/fsxI
http://ruby.runpaint.org/enumerables#hashes: http://goo.gl/vr6n
http://ruby.runpaint.org/enumerables#no-each: http://goo.gl/6Qe7
http://ruby.runpaint.org/enumerables#ranges: http://goo.gl/Czhr
http://ruby.runpaint.org/exceptions#backtrace: http://goo.gl/kNOs
http://ruby.runpaint.org/exceptions#begin-statement: http://goo.gl/NKCE
http://ruby.runpaint.org/exceptions#class-hierarchy: http://goo.gl/8hVW
http://ruby.runpaint.org/exceptions#dollar-bang: http://goo.gl/uFOj
http://ruby.runpaint.org/exceptions#else-clause: http://goo.gl/lV5n
http://ruby.runpaint.org/exceptions#ensure-clause: http://goo.gl/N7Xh
http://ruby.runpaint.org/exceptions#handling: http://goo.gl/zGFT
http://ruby.runpaint.org/exceptions#message: http://goo.gl/sdBs
http://ruby.runpaint.org/exceptions#objects: http://goo.gl/TfDg
http://ruby.runpaint.org/exceptions#postfix-rescue: http://goo.gl/8yAE
http://ruby.runpaint.org/exceptions#propagation: http://goo.gl/wpF8
http://ruby.runpaint.org/exceptions#raise: http://goo.gl/4kRb
http://ruby.runpaint.org/exceptions#rescue: http://goo.gl/Qa3Z
http://ruby.runpaint.org/files#creating-dir: http://goo.gl/wiK9
http://ruby.runpaint.org/files#deleting-dir: http://goo.gl/8zHM
http://ruby.runpaint.org/files#directory-entries: http://goo.gl/VNRL
http://ruby.runpaint.org/files#dir-glob: http://goo.gl/N1ar
http://ruby.runpaint.org/files#dir: http://goo.gl/e9er
http://ruby.runpaint.org/files#dir-init: http://goo.gl/vFZc
http://ruby.runpaint.org/files#dir-position: http://goo.gl/u8yi
http://ruby.runpaint.org/files#existing-dir: http://goo.gl/yUR8
http://ruby.runpaint.org/files#file-comparison: http://goo.gl/rOvg
http://ruby.runpaint.org/files#file-delete: http://goo.gl/wQu2
http://ruby.runpaint.org/files#file-exists: http://goo.gl/4SEM
http://ruby.runpaint.org/files#file: http://goo.gl/YdJB
http://ruby.runpaint.org/files#file-open: http://goo.gl/1qRf
http://ruby.runpaint.org/files#file-paths: http://goo.gl/PD84
http://ruby.runpaint.org/files#file-read: http://goo.gl/WFg8
http://ruby.runpaint.org/files#file-rename: http://goo.gl/NwNp
http://ruby.runpaint.org/files#file-size: http://goo.gl/8XZh
http://ruby.runpaint.org/files#file-stat: http://goo.gl/iPqs
http://ruby.runpaint.org/files#file-type: http://goo.gl/Qfgi
http://ruby.runpaint.org/files#fnmatch: http://goo.gl/NUso
http://ruby.runpaint.org/files#home-directory: http://goo.gl/1AYe
http://ruby.runpaint.org/files#kernel-test: http://goo.gl/8IBo
http://ruby.runpaint.org/files#links: http://goo.gl/c4jF
http://ruby.runpaint.org/files#permissions: http://goo.gl/uS8s
http://ruby.runpaint.org/files#working-directory: http://goo.gl/cLT1
http://ruby.runpaint.org/flow#and-operator: http://goo.gl/CFY1
http://ruby.runpaint.org/flow#at_exit: http://goo.gl/9J4A
http://ruby.runpaint.org/flow#begin-block: http://goo.gl/Kz6g
http://ruby.runpaint.org/flow#begin-exit-handler: http://goo.gl/V2U6
http://ruby.runpaint.org/flow#boolean-logic: http://goo.gl/F7Mc
http://ruby.runpaint.org/flow#branching: http://goo.gl/0a5m
http://ruby.runpaint.org/flow#break-statement: http://goo.gl/Do5a
http://ruby.runpaint.org/flow#case-evaluation: http://goo.gl/4Gya
http://ruby.runpaint.org/flow#case-statement: http://goo.gl/f1Ly
http://ruby.runpaint.org/flow#conditionals: http://goo.gl/ufDr
http://ruby.runpaint.org/flow#condition-controlled-loops: http://goo.gl/gfwJ
http://ruby.runpaint.org/flow#control-flow-statements: http://goo.gl/jD7p
http://ruby.runpaint.org/flow#count-controlled-loops: http://goo.gl/CojP
http://ruby.runpaint.org/flow#custom-internal-iterators: http://goo.gl/pLcp
http://ruby.runpaint.org/flow#else: http://goo.gl/rF5v
http://ruby.runpaint.org/flow#end-block: http://goo.gl/G29P
http://ruby.runpaint.org/flow#flip-flop: http://goo.gl/0qxS
http://ruby.runpaint.org/flow#for: http://goo.gl/kSuL
http://ruby.runpaint.org/flow#if-else-clause: http://goo.gl/AGMW
http://ruby.runpaint.org/flow#if-elsif-clause: http://goo.gl/qoAa
http://ruby.runpaint.org/flow#if-statement: http://goo.gl/Gukp
http://ruby.runpaint.org/flow#integer-downto: http://goo.gl/hjme
http://ruby.runpaint.org/flow#integer-times: http://goo.gl/HrEK
http://ruby.runpaint.org/flow#integer-upto: http://goo.gl/bn7V
http://ruby.runpaint.org/flow#internal-iterators: http://goo.gl/jEbL
http://ruby.runpaint.org/flow#iterators: http://goo.gl/iVH3
http://ruby.runpaint.org/flow#loop: http://goo.gl/tDbJ
http://ruby.runpaint.org/flow#looping: http://goo.gl/Bgi4
http://ruby.runpaint.org/flow#next-statement: http://goo.gl/ofJ6
http://ruby.runpaint.org/flow#not-operator: http://goo.gl/KVOJ
http://ruby.runpaint.org/flow#or-operator: http://goo.gl/Hhos
http://ruby.runpaint.org/flow#postfix-if: http://goo.gl/b0vY
http://ruby.runpaint.org/flow#postfix-unless-statement: http://goo.gl/OYWG
http://ruby.runpaint.org/flow#postfix-until-statement: http://goo.gl/RHL9
http://ruby.runpaint.org/flow#postfix-while-statement: http://goo.gl/o4Ss
http://ruby.runpaint.org/flow#redo-statement: http://goo.gl/T4k9
http://ruby.runpaint.org/flow#ternary-operator: http://goo.gl/bepd
http://ruby.runpaint.org/flow#throw-catch: http://goo.gl/zNEo
http://ruby.runpaint.org/flow#unless-statement: http://goo.gl/vqZP
http://ruby.runpaint.org/flow#until-loop: http://goo.gl/s4F7
http://ruby.runpaint.org/flow#when: http://goo.gl/WgpC
http://ruby.runpaint.org/flow#while-lop: http://goo.gl/Lt3x
http://ruby.runpaint.org/flow#yield-arguments: http://goo.gl/eWGb
http://ruby.runpaint.org/flow#yield: http://goo.gl/2h2P
http://ruby.runpaint.org/io#access-mode: http://goo.gl/YoKS
http://ruby.runpaint.org/io#argf: http://goo.gl/1wRT
http://ruby.runpaint.org/io#argv: http://goo.gl/U2ef
http://ruby.runpaint.org/io#binmode: http://goo.gl/fSsl
http://ruby.runpaint.org/io#binmode-textmode: http://goo.gl/ZHuY
http://ruby.runpaint.org/io#buffering: http://goo.gl/Dz8r
http://ruby.runpaint.org/io#init: http://goo.gl/3WfM
http://ruby.runpaint.org/io#io-reading-lines: http://goo.gl/Rc29
http://ruby.runpaint.org/io#mode-string: http://goo.gl/lwH5
http://ruby.runpaint.org/io#open-flags: http://goo.gl/XNmx
http://ruby.runpaint.org/io#open: http://goo.gl/yKLy
http://ruby.runpaint.org/io#options-hash: http://goo.gl/MIR0
http://ruby.runpaint.org/io#perm: http://goo.gl/0BUq
http://ruby.runpaint.org/io#position: http://goo.gl/zC2N
http://ruby.runpaint.org/io#reading-bytes: http://goo.gl/HW2J
http://ruby.runpaint.org/io#reading-chars: http://goo.gl/0e7x
http://ruby.runpaint.org/io#reading: http://goo.gl/Dlyc
http://ruby.runpaint.org/io#standard-streams: http://goo.gl/FKeS
http://ruby.runpaint.org/io#string: http://goo.gl/vNJD
http://ruby.runpaint.org/io#textmode: http://goo.gl/I44L
http://ruby.runpaint.org/io#writing: http://goo.gl/yCiB
http://ruby.runpaint.org/messages#arguments: http://goo.gl/1oBx
http://ruby.runpaint.org/messages#block-argument: http://goo.gl/dNkv
http://ruby.runpaint.org/messages#chaining: http://goo.gl/uX33
http://ruby.runpaint.org/messages#conventions: http://goo.gl/fjLA
http://ruby.runpaint.org/messages#expressions: http://goo.gl/cC85
http://ruby.runpaint.org/messages#object-send: http://goo.gl/oN14
http://ruby.runpaint.org/messages#operators: http://goo.gl/shig
http://ruby.runpaint.org/messages#parentheses: http://goo.gl/iGRT
http://ruby.runpaint.org/messages#plurality: http://goo.gl/Fh1B
http://ruby.runpaint.org/messages#responding: http://goo.gl/AQWH
http://ruby.runpaint.org/messages#tone: http://goo.gl/xhsw
http://ruby.runpaint.org/methods#advisory-privacy: http://goo.gl/oE4c
http://ruby.runpaint.org/methods#aliases: http://goo.gl/o4Ca
http://ruby.runpaint.org/methods#arguments: http://goo.gl/Pinc
http://ruby.runpaint.org/methods#arity: http://goo.gl/KjSo
http://ruby.runpaint.org/methods#block-arguments: http://goo.gl/Vxge
http://ruby.runpaint.org/methods#class: http://goo.gl/zWJa
http://ruby.runpaint.org/methods#classification-by-arity: http://goo.gl/IQi2
http://ruby.runpaint.org/methods#class-method-privacy: http://goo.gl/Ltsq
http://ruby.runpaint.org/methods#defining: http://goo.gl/awOW
http://ruby.runpaint.org/methods#dynamic-definition: http://goo.gl/9UmC
http://ruby.runpaint.org/methods#instance: http://goo.gl/TxZ6
http://ruby.runpaint.org/methods#lookup-algorithm: http://goo.gl/pyzS
http://ruby.runpaint.org/methods#method-added: http://goo.gl/toBB
http://ruby.runpaint.org/methods#method-missing: http://goo.gl/asA6
http://ruby.runpaint.org/methods#method-objects-arity: http://goo.gl/mmla
http://ruby.runpaint.org/methods#method-objects-calling: http://goo.gl/jDcu
http://ruby.runpaint.org/methods#method-objects-equality: http://goo.gl/qPcw
http://ruby.runpaint.org/methods#method-objects: http://goo.gl/s4RD
http://ruby.runpaint.org/methods#method-objects-parameters: http://goo.gl/Rvma
http://ruby.runpaint.org/methods#method-objects-source-location: http://goo.gl/U117
http://ruby.runpaint.org/methods#method-objects-to-proc: http://goo.gl/Cpok
http://ruby.runpaint.org/methods#method-removed: http://goo.gl/MRly
http://ruby.runpaint.org/methods#method-undefined: http://goo.gl/qwRV
http://ruby.runpaint.org/methods#named-arguments: http://goo.gl/WOti
http://ruby.runpaint.org/methods#names: http://goo.gl/3iKR
http://ruby.runpaint.org/methods#operators: http://goo.gl/pdwJ
http://ruby.runpaint.org/methods#optional-arguments: http://goo.gl/r3by
http://ruby.runpaint.org/methods#pass-by-reference: http://goo.gl/ia2L
http://ruby.runpaint.org/methods#per-object-behaviour: http://goo.gl/IjUA
http://ruby.runpaint.org/methods#private: http://goo.gl/OL4k
http://ruby.runpaint.org/methods#protected: http://goo.gl/QykO
http://ruby.runpaint.org/methods#public: http://goo.gl/4YOo
http://ruby.runpaint.org/methods#removing: http://goo.gl/GRzE
http://ruby.runpaint.org/methods#required-arguments: http://goo.gl/hDqn
http://ruby.runpaint.org/methods#respond-to-missing: http://goo.gl/qcL3
http://ruby.runpaint.org/methods#rest-parameters: http://goo.gl/5tl2
http://ruby.runpaint.org/methods#return-values: http://goo.gl/2TSw
http://ruby.runpaint.org/methods#singleton: http://goo.gl/Qcob
http://ruby.runpaint.org/methods#super: http://goo.gl/7Cld
http://ruby.runpaint.org/methods#unboundmethod-objects: http://goo.gl/mxo1
http://ruby.runpaint.org/methods#undefining: http://goo.gl/3rad
http://ruby.runpaint.org/methods#visibility: http://goo.gl/U5Uz
http://ruby.runpaint.org/modules#class-included-modules: http://goo.gl/7NNn
http://ruby.runpaint.org/modules#class-include: http://goo.gl/Rtvo
http://ruby.runpaint.org/modules#context: http://goo.gl/Z10Y
http://ruby.runpaint.org/modules#creation: http://goo.gl/1GWR
http://ruby.runpaint.org/modules#extend-self: http://goo.gl/fpWa
http://ruby.runpaint.org/modules#extension: http://goo.gl/h19T
http://ruby.runpaint.org/modules#included: http://goo.gl/CF97
http://ruby.runpaint.org/modules#inclusion: http://goo.gl/d2Il
http://ruby.runpaint.org/modules#mixins: http://goo.gl/Mprj
http://ruby.runpaint.org/modules#mixin-to-class: http://goo.gl/8v3J
http://ruby.runpaint.org/modules#mixin-to-module: http://goo.gl/XA9N
http://ruby.runpaint.org/modules#module-eval: http://goo.gl/JdBk
http://ruby.runpaint.org/modules#module-exec: http://goo.gl/jm1z
http://ruby.runpaint.org/modules#module-functions: http://goo.gl/Zr7X
http://ruby.runpaint.org/modules#module-keyword: http://goo.gl/LMPq
http://ruby.runpaint.org/modules#module-new: http://goo.gl/tVCA
http://ruby.runpaint.org/modules#namespacing: http://goo.gl/DaBM
http://ruby.runpaint.org/modules#nesting: http://goo.gl/H0UQ
http://ruby.runpaint.org/modules#reopening: http://goo.gl/6Cve
http://ruby.runpaint.org/numerics#abs: http://goo.gl/eNh9
http://ruby.runpaint.org/numerics#acosh: http://goo.gl/77UF
http://ruby.runpaint.org/numerics#acos: http://goo.gl/RDtP
http://ruby.runpaint.org/numerics#arg: http://goo.gl/X3Le
http://ruby.runpaint.org/numerics#arithmetic: http://goo.gl/1G8h
http://ruby.runpaint.org/numerics#asinh: http://goo.gl/5lnA
http://ruby.runpaint.org/numerics#asin: http://goo.gl/ifW6
http://ruby.runpaint.org/numerics#atanh: http://goo.gl/oFqI
http://ruby.runpaint.org/numerics#atan: http://goo.gl/ZJht
http://ruby.runpaint.org/numerics#bases: http://goo.gl/lwqE
http://ruby.runpaint.org/numerics#bits: http://goo.gl/sTTL
http://ruby.runpaint.org/numerics#comparison: http://goo.gl/zx0P
http://ruby.runpaint.org/numerics#complex: http://goo.gl/2vmg
http://ruby.runpaint.org/numerics#conjugation: http://goo.gl/nz62
http://ruby.runpaint.org/numerics#constants: http://goo.gl/gAjh
http://ruby.runpaint.org/numerics#conversion: http://goo.gl/ikMs
http://ruby.runpaint.org/numerics#cosh: http://goo.gl/L0Uf
http://ruby.runpaint.org/numerics#cos: http://goo.gl/bVgp
http://ruby.runpaint.org/numerics#exponentiation: http://goo.gl/8zlC
http://ruby.runpaint.org/numerics#finiteness: http://goo.gl/t184
http://ruby.runpaint.org/numerics#floats: http://goo.gl/ngyO
http://ruby.runpaint.org/numerics#hypot: http://goo.gl/sFu6
http://ruby.runpaint.org/numerics#immediates: http://goo.gl/ujrB
http://ruby.runpaint.org/numerics#integers: http://goo.gl/A08t
http://ruby.runpaint.org/numerics#logarithms: http://goo.gl/jaCj
http://ruby.runpaint.org/numerics#modular: http://goo.gl/6eE9
http://ruby.runpaint.org/numerics#polar: http://goo.gl/k2yp
http://ruby.runpaint.org/numerics#precision: http://goo.gl/k362
http://ruby.runpaint.org/numerics#predicates: http://goo.gl/ekGY
http://ruby.runpaint.org/numerics#rand: http://goo.gl/GLA9
http://ruby.runpaint.org/numerics#rationals: http://goo.gl/tg1u
http://ruby.runpaint.org/numerics#rect: http://goo.gl/Voj1
http://ruby.runpaint.org/numerics#rounding: http://goo.gl/KWa7
http://ruby.runpaint.org/numerics#sinh: http://goo.gl/XLMS
http://ruby.runpaint.org/numerics#sin: http://goo.gl/13R2
http://ruby.runpaint.org/numerics#tanh: http://goo.gl/Z8di
http://ruby.runpaint.org/numerics#tan: http://goo.gl/DVIP
http://ruby.runpaint.org/numerics#trigonometry: http://goo.gl/NdYX
http://ruby.runpaint.org/objects#allocation: http://goo.gl/6Wo7
http://ruby.runpaint.org/objects#attributes: http://goo.gl/4Rhr
http://ruby.runpaint.org/objects#basicobject: http://goo.gl/ojXW
http://ruby.runpaint.org/objects#class: http://goo.gl/TFbW
http://ruby.runpaint.org/objects#cloning: http://goo.gl/sHBq
http://ruby.runpaint.org/objects#constructors: http://goo.gl/gE2C
http://ruby.runpaint.org/objects#context: http://goo.gl/fnGW
http://ruby.runpaint.org/objects#conversion: http://goo.gl/VEyh
http://ruby.runpaint.org/objects#conversion-rules: http://goo.gl/HbHE
http://ruby.runpaint.org/objects#conversion-summary: http://goo.gl/B79y
http://ruby.runpaint.org/objects#converting-to-boolean: http://goo.gl/JDwh
http://ruby.runpaint.org/objects#dot-new: http://goo.gl/4azi
http://ruby.runpaint.org/objects#duplication: http://goo.gl/BnEk
http://ruby.runpaint.org/objects#equivalence: http://goo.gl/591P
http://ruby.runpaint.org/objects#explicit-conversion: http://goo.gl/rvvI
http://ruby.runpaint.org/objects#identity: http://goo.gl/s361
http://ruby.runpaint.org/objects#implicit-conversion: http://goo.gl/Fije
http://ruby.runpaint.org/objects#initialization: http://goo.gl/ogbd
http://ruby.runpaint.org/objects#instance-variables: http://goo.gl/WwSn
http://ruby.runpaint.org/objects#instantiation: http://goo.gl/HNNn
http://ruby.runpaint.org/objects#marshaling: http://goo.gl/REhI
http://ruby.runpaint.org/objects#methods: http://goo.gl/DT3t
http://ruby.runpaint.org/objects#mutability: http://goo.gl/QUFz
http://ruby.runpaint.org/objects#order: http://goo.gl/48QA
http://ruby.runpaint.org/objects#references: http://goo.gl/rWAo
http://ruby.runpaint.org/objects#relations: http://goo.gl/bhPh
http://ruby.runpaint.org/objects#state: http://goo.gl/0cvH
http://ruby.runpaint.org/objects#taint: http://goo.gl/7aFd
http://ruby.runpaint.org/objects#trust: http://goo.gl/2f5w
http://ruby.runpaint.org/objects#try-convert: http://goo.gl/mGUp
http://ruby.runpaint.org/programs#comments: http://goo.gl/5xT1
http://ruby.runpaint.org/programs#data: http://goo.gl/hb8W
http://ruby.runpaint.org/programs#embedded-doc: http://goo.gl/volE
http://ruby.runpaint.org/programs#encoding: http://goo.gl/jtQK
http://ruby.runpaint.org/programs#eval: http://goo.gl/OMgo
http://ruby.runpaint.org/programs#expressions: http://goo.gl/K3Fr
http://ruby.runpaint.org/programs#false: http://goo.gl/Ahkj
http://ruby.runpaint.org/programs#file: http://goo.gl/QG66
http://ruby.runpaint.org/programs#gem-search: http://goo.gl/Wqgj
http://ruby.runpaint.org/programs#identifiers: http://goo.gl/itgz
http://ruby.runpaint.org/programs#interpretation: http://goo.gl/Zhp9
http://ruby.runpaint.org/programs#irb: http://goo.gl/sQji
http://ruby.runpaint.org/programs#keyword-literals: http://goo.gl/FEXA
http://ruby.runpaint.org/programs#lexical: http://goo.gl/9nGT
http://ruby.runpaint.org/programs#line: http://goo.gl/X5BD
http://ruby.runpaint.org/programs#literals: http://goo.gl/1pe3
http://ruby.runpaint.org/programs#load: http://goo.gl/Kba0
http://ruby.runpaint.org/programs#nil: http://goo.gl/F3h0
http://ruby.runpaint.org/programs#operators: http://goo.gl/4Ffg
http://ruby.runpaint.org/programs#qualified-features: http://goo.gl/skDZ
http://ruby.runpaint.org/programs#require: http://goo.gl/PGqr
http://ruby.runpaint.org/programs#require-try-load: http://goo.gl/54gP
http://ruby.runpaint.org/programs#self: http://goo.gl/LjhD
http://ruby.runpaint.org/programs#shebang: http://goo.gl/ec9N
http://ruby.runpaint.org/programs#source-encoding: http://goo.gl/9KWj
http://ruby.runpaint.org/programs#source-files: http://goo.gl/pAKh
http://ruby.runpaint.org/programs#statements: http://goo.gl/2Uvb
http://ruby.runpaint.org/programs#statement-terminators: http://goo.gl/kKBZ
http://ruby.runpaint.org/programs#syntax: http://goo.gl/5Krm
http://ruby.runpaint.org/programs#true: http://goo.gl/GrTW
http://ruby.runpaint.org/programs#unqualified-features: http://goo.gl/rMuo
http://ruby.runpaint.org/programs#warnings: http://goo.gl/3Sm6
http://ruby.runpaint.org/programs#whitespace: http://goo.gl/fz72
http://ruby.runpaint.org/punctuation#ampersands: http://goo.gl/Sm3q
http://ruby.runpaint.org/punctuation#apostrophes: http://goo.gl/IApt
http://ruby.runpaint.org/punctuation#asterisks: http://goo.gl/YYU6
http://ruby.runpaint.org/punctuation#cicumflex-accents: http://goo.gl/klOI
http://ruby.runpaint.org/punctuation#colons: http://goo.gl/yogt
http://ruby.runpaint.org/punctuation#commas: http://goo.gl/ESUT
http://ruby.runpaint.org/punctuation#commercial-ats: http://goo.gl/Vzw0
http://ruby.runpaint.org/punctuation#curly-brackets: http://goo.gl/4tiL
http://ruby.runpaint.org/punctuation#dollar-signs: http://goo.gl/cb04
http://ruby.runpaint.org/punctuation#equals-signs: http://goo.gl/QJBj
http://ruby.runpaint.org/punctuation#exclamation-marks: http://goo.gl/1D5w
http://ruby.runpaint.org/punctuation#full-stops: http://goo.gl/YJs3
http://ruby.runpaint.org/punctuation#grave-accents: http://goo.gl/yb8W
http://ruby.runpaint.org/punctuation#greater-than: http://goo.gl/G0qm
http://ruby.runpaint.org/punctuation#hyphen-minus: http://goo.gl/o7M5
http://ruby.runpaint.org/punctuation#less-than: http://goo.gl/wHFM
http://ruby.runpaint.org/punctuation#low-lines: http://goo.gl/548z
http://ruby.runpaint.org/punctuation#newlines: http://goo.gl/Kbgk
http://ruby.runpaint.org/punctuation#number-signs: http://goo.gl/sUQV
http://ruby.runpaint.org/punctuation#parentheses: http://goo.gl/N8yI
http://ruby.runpaint.org/punctuation#percent-signs: http://goo.gl/dAsD
http://ruby.runpaint.org/punctuation#plus-signs: http://goo.gl/4WfX
http://ruby.runpaint.org/punctuation#question-marks: http://goo.gl/uAbO
http://ruby.runpaint.org/punctuation#quotation-marks: http://goo.gl/HW7D
http://ruby.runpaint.org/punctuation#reverse-solidi: http://goo.gl/hF5g
http://ruby.runpaint.org/punctuation#semicolons: http://goo.gl/bcG0
http://ruby.runpaint.org/punctuation#solidi: http://goo.gl/lGjh
http://ruby.runpaint.org/punctuation#square-brackets: http://goo.gl/k4T2
http://ruby.runpaint.org/punctuation#tildes: http://goo.gl/sODP
http://ruby.runpaint.org/punctuation#vertical-lines: http://goo.gl/JRGh
http://ruby.runpaint.org/regexps#alternation: http://goo.gl/CKpG
http://ruby.runpaint.org/regexps#anchors: http://goo.gl/q1fx
http://ruby.runpaint.org/regexps#captures: http://goo.gl/qqdh
http://ruby.runpaint.org/regexps#classes: http://goo.gl/ybn5
http://ruby.runpaint.org/regexps#derived-properties: http://goo.gl/Y1nl
http://ruby.runpaint.org/regexps#encoding: http://goo.gl/WrQT
http://ruby.runpaint.org/regexps#escapes: http://goo.gl/YJHX
http://ruby.runpaint.org/regexps#fixed-encoding: http://goo.gl/UbTM
http://ruby.runpaint.org/regexps#general-categories: http://goo.gl/rNWZ
http://ruby.runpaint.org/regexps#groups: http://goo.gl/7etz
http://ruby.runpaint.org/regexps#literals: http://goo.gl/RQdu
http://ruby.runpaint.org/regexps#matchdata: http://goo.gl/MM3m
http://ruby.runpaint.org/regexps#matching: http://goo.gl/ES32
http://ruby.runpaint.org/regexps#metacharacters: http://goo.gl/x5v0
http://ruby.runpaint.org/regexps#options: http://goo.gl/xKuG
http://ruby.runpaint.org/regexps#properties: http://goo.gl/USqi
http://ruby.runpaint.org/regexps#quantifiers: http://goo.gl/ZcE5
http://ruby.runpaint.org/regexps#readability: http://goo.gl/PgZT
http://ruby.runpaint.org/regexps#script: http://goo.gl/Bo90
http://ruby.runpaint.org/regexps#simple-properties: http://goo.gl/vOOO
http://ruby.runpaint.org/regexps#zero-width: http://goo.gl/M5ZR
http://ruby.runpaint.org/strings#ascii-only: http://goo.gl/yNp4
http://ruby.runpaint.org/strings#associate: http://goo.gl/yiUo
http://ruby.runpaint.org/strings#backticks: http://goo.gl/clL8
http://ruby.runpaint.org/strings#byte-escapes: http://goo.gl/mIIx
http://ruby.runpaint.org/strings#bytes: http://goo.gl/MzU2
http://ruby.runpaint.org/strings#case: http://goo.gl/Yvpq
http://ruby.runpaint.org/strings#character-escapes: http://goo.gl/3dKq
http://ruby.runpaint.org/strings#characters: http://goo.gl/CsuQ
http://ruby.runpaint.org/strings#checksums: http://goo.gl/OqbB
http://ruby.runpaint.org/strings#codepoints: http://goo.gl/UjBz
http://ruby.runpaint.org/strings#comparison: http://goo.gl/YUBV
http://ruby.runpaint.org/strings#concatenation: http://goo.gl/feja
http://ruby.runpaint.org/strings#control-escapes: http://goo.gl/qdFw
http://ruby.runpaint.org/strings#debug: http://goo.gl/yBUL
http://ruby.runpaint.org/strings#double-quoted: http://goo.gl/agSc
http://ruby.runpaint.org/strings#double-quoted-q: http://goo.gl/wvfU
http://ruby.runpaint.org/strings#encoding: http://goo.gl/mYtk
http://ruby.runpaint.org/strings#equivalence: http://goo.gl/EwWc
http://ruby.runpaint.org/strings#escapes: http://goo.gl/KAs7
http://ruby.runpaint.org/strings#escapes-summary: http://goo.gl/MvHj
http://ruby.runpaint.org/strings#format: http://goo.gl/9vvR
http://ruby.runpaint.org/strings#here-documents: http://goo.gl/NZls
http://ruby.runpaint.org/strings#hex-byte: http://goo.gl/ID6D
http://ruby.runpaint.org/strings#interpolation: http://goo.gl/qf8X
http://ruby.runpaint.org/strings#iteration: http://goo.gl/ETOc
http://ruby.runpaint.org/strings#literals: http://goo.gl/2HuJ
http://ruby.runpaint.org/strings#meta-escapes: http://goo.gl/mLem
http://ruby.runpaint.org/strings#numeric: http://goo.gl/hV2D
http://ruby.runpaint.org/strings#octal-byte: http://goo.gl/doKC
http://ruby.runpaint.org/strings#repetition: http://goo.gl/Fu7l
http://ruby.runpaint.org/strings#searching: http://goo.gl/HBCh
http://ruby.runpaint.org/strings#sets: http://goo.gl/Ysnz
http://ruby.runpaint.org/strings#single-quoted: http://goo.gl/3BL6
http://ruby.runpaint.org/strings#single-quoted-q: http://goo.gl/n6Zq
http://ruby.runpaint.org/strings#size: http://goo.gl/MwSh
http://ruby.runpaint.org/strings#split: http://goo.gl/SLRG
http://ruby.runpaint.org/strings#sprintf-arguments: http://goo.gl/D54f
http://ruby.runpaint.org/strings#sprintf-bases: http://goo.gl/4tPs
http://ruby.runpaint.org/strings#sprintf-hash: http://goo.gl/8rSK
http://ruby.runpaint.org/strings#sprintf-numbers: http://goo.gl/xCtw
http://ruby.runpaint.org/strings#sprintf-precision: http://goo.gl/i0Cl
http://ruby.runpaint.org/strings#sprintf-text: http://goo.gl/03c2
http://ruby.runpaint.org/strings#sprintf-width: http://goo.gl/WLYt
http://ruby.runpaint.org/strings#sprint-notation: http://goo.gl/JoQC
http://ruby.runpaint.org/strings#substrings: http://goo.gl/UWfV
http://ruby.runpaint.org/strings#symbol-encoding: http://goo.gl/KlFW
http://ruby.runpaint.org/strings#symbols: http://goo.gl/5AKw
http://ruby.runpaint.org/strings#unicode-escapes: http://goo.gl/mg5d
http://ruby.runpaint.org/strings#unpack: http://goo.gl/u3AO
http://ruby.runpaint.org/strings#valid-encoding: http://goo.gl/p0gK
http://ruby.runpaint.org/strings#whitespace: http://goo.gl/E3oi
http://ruby.runpaint.org/variables#abbreviated-assignment: http://goo.gl/9IaX
http://ruby.runpaint.org/variables#assignment: http://goo.gl/H3nD
http://ruby.runpaint.org/variables#class: http://goo.gl/a7N6
http://ruby.runpaint.org/variables#class-reflection: http://goo.gl/mexA
http://ruby.runpaint.org/variables#class-variables-initialization: http://goo.gl/hWVR
http://ruby.runpaint.org/variables#class-variables-name: http://goo.gl/fNo0
http://ruby.runpaint.org/variables#class-variables-scope: http://goo.gl/yeD7
http://ruby.runpaint.org/variables#constant-resolution: http://goo.gl/k70T
http://ruby.runpaint.org/variables#constants: http://goo.gl/pbvJ
http://ruby.runpaint.org/variables#constants-initialization: http://goo.gl/WYFt
http://ruby.runpaint.org/variables#constants-missing: http://goo.gl/BMTY
http://ruby.runpaint.org/variables#constants-name: http://goo.gl/jNEt
http://ruby.runpaint.org/variables#constants-predefined: http://goo.gl/EBnN
http://ruby.runpaint.org/variables#constants-references: http://goo.gl/9Mhb
http://ruby.runpaint.org/variables#constants-reflection: http://goo.gl/lIpC
http://ruby.runpaint.org/variables#constants-scope: http://goo.gl/ws93
http://ruby.runpaint.org/variables#defined: http://goo.gl/E2at
http://ruby.runpaint.org/variables#empty-splat: http://goo.gl/Gv9m
http://ruby.runpaint.org/variables#global-reflection: http://goo.gl/9nMe
http://ruby.runpaint.org/variables#globals: http://goo.gl/cLaP
http://ruby.runpaint.org/variables#globals-initialization: http://goo.gl/xEEE
http://ruby.runpaint.org/variables#globals-name: http://goo.gl/JqDS
http://ruby.runpaint.org/variables#globals-scope: http://goo.gl/MDUI
http://ruby.runpaint.org/variables#global-trace: http://goo.gl/F7hX
http://ruby.runpaint.org/variables#instance: http://goo.gl/8ikT
http://ruby.runpaint.org/variables#instance-reflection: http://goo.gl/S1Te
http://ruby.runpaint.org/variables#instance-variables-initialization: http://goo.gl/3cv1
http://ruby.runpaint.org/variables#instance-variables-name: http://goo.gl/ZUfW
http://ruby.runpaint.org/variables#instance-variables-scope: http://goo.gl/XrMj
http://ruby.runpaint.org/variables#local: http://goo.gl/YmVQ
http://ruby.runpaint.org/variables#local-reflection: http://goo.gl/N51t
http://ruby.runpaint.org/variables#local-variables-initialization: http://goo.gl/tt5h
http://ruby.runpaint.org/variables#local-variables-name: http://goo.gl/gDWJ
http://ruby.runpaint.org/variables#local-variables-scope: http://goo.gl/7Q3R
http://ruby.runpaint.org/variables#lvalue-attribute: http://goo.gl/ON4H
http://ruby.runpaint.org/variables#lvalue-constant: http://goo.gl/YyTm
http://ruby.runpaint.org/variables#lvalue-element-ref: http://goo.gl/eTC4
http://ruby.runpaint.org/variables#lvalues: http://goo.gl/t57e
http://ruby.runpaint.org/variables#lvalue-variable: http://goo.gl/TeJW
http://ruby.runpaint.org/variables#parallel-assignment-equal: http://goo.gl/TBTV
http://ruby.runpaint.org/variables#parallel-assignment: http://goo.gl/Kiad
http://ruby.runpaint.org/variables#parallel-assignment-one-lvalue: http://goo.gl/5D2k
http://ruby.runpaint.org/variables#parallel-assignment-one-rvalue: http://goo.gl/7XA8
http://ruby.runpaint.org/variables#parallel-assignment-unequal: http://goo.gl/Qr52
http://ruby.runpaint.org/variables#parallel-assignment-value: http://goo.gl/LBnz
http://ruby.runpaint.org/variables#predefined-globals: http://goo.gl/govB
http://ruby.runpaint.org/variables#rvalues: http://goo.gl/0h4C
http://ruby.runpaint.org/variables#simple-assignment: http://goo.gl/t06c
http://ruby.runpaint.org/variables#splat: http://goo.gl/W316
http://ruby.runpaint.org/variables#splat-lvalue: http://goo.gl/eILH
http://ruby.runpaint.org/variables#sub-assignment: http://goo.gl/KRWr
http://ruby.runpaint.org/arrays#new: http://goo.gl/41pW
http://ruby.runpaint.org/closures#yield-semantics: http://goo.gl/O2aD
http://ruby.runpaint.org/closures#yield-semantics-arguments: http://goo.gl/i3tW
http://ruby.runpaint.org/closures#yield-semantics-control-flow: http://goo.gl/5rry
http://ruby.runpaint.org/closures#invocation-semantics: http://goo.gl/Jigh
http://ruby.runpaint.org/closures#invocation-semantics-arguments: http://goo.gl/pMfC
http://ruby.runpaint.org/closures#invocation-semantics-control-flow: http://goo.gl/Owbw
http://ruby.runpaint.org/hashes#coercion: http://goo.gl/Wi9w
http://ruby.runpaint.org/hashes#literals: http://goo.gl/XwSC
http://ruby.runpaint.org/hashes#default: http://goo.gl/FzwZ
http://ruby.runpaint.org/hashes#identity: http://goo.gl/zxOH
http://ruby.runpaint.org/hashes#lookup: http://goo.gl/ekuJ
http://ruby.runpaint.org/hashes#insertion: http://goo.gl/OhYN
http://ruby.runpaint.org/hashes#rehash: http://goo.gl/135D
http://ruby.runpaint.org/hashes#deletion: http://goo.gl/phmn
http://ruby.runpaint.org/hashes#iteration: http://goo.gl/m5PK
http://ruby.runpaint.org/hashes#keys: http://goo.gl/9fj0
http://ruby.runpaint.org/hashes#values: http://goo.gl/iB38
http://ruby.runpaint.org/hashes#transform: http://goo.gl/5NVB
http://ruby.runpaint.org/hashes#merge: http://goo.gl/vdcf
http://ruby.runpaint.org/hashes#size: http://goo.gl/bDqD
http://ruby.runpaint.org/hashes#sort: http://goo.gl/uDi7
http://ruby.runpaint.org/hashes#equality: http://goo.gl/loMZ
http://ruby.runpaint.org/enumerables#filter: http://goo.gl/FeGj
http://ruby.runpaint.org/enumerables#transform: http://goo.gl/3rUw
http://ruby.runpaint.org/enumerables#iterate: http://goo.gl/TNh4
http://ruby.runpaint.org/enumerables#sort: http://goo.gl/uyMM
http://ruby.runpaint.org/enumerables#min-max: http://goo.gl/zlXf
http://ruby.runpaint.org/enumerables#query: http://goo.gl/9Wnz
http://ruby.runpaint.org/ranges#instantiation: http://goo.gl/317o
http://ruby.runpaint.org/ranges#start-end: http://goo.gl/aC6g
http://ruby.runpaint.org/ranges#membership: http://goo.gl/qezG
http://ruby.runpaint.org/ranges#iteration: http://goo.gl/cNOC
http://ruby.runpaint.org/ranges#equal: http://goo.gl/mVaN
http://ruby.runpaint.org/enumerables#enumerator: http://goo.gl/lj1M
http://ruby.runpaint.org/enumerables#enumerator-instantiation: http://goo.gl/xR4e
http://ruby.runpaint.org/enumerables#external: http://goo.gl/XRnd
http://ruby.runpaint.org/programs#require_relative: http://goo.gl/ODj3
http://ruby.runpaint.org/io#close: http://goo.gl/hKM4
http://ruby.runpaint.org/io#coercion: http://goo.gl/rauOv
http://ruby.runpaint.org/io#pipes: http://goo.gl/bVvny
http://ruby.runpaint.org/io#async: http://goo.gl/Oi9wf
http://ruby.runpaint.org/io#copy: http://goo.gl/VOCdT
http://ruby.runpaint.org/io#fcntl: http://goo.gl/fFeOl
http://ruby.runpaint.org/processes#backticks: http://goo.gl/5ejDe
http://ruby.runpaint.org/processes#exec: http://goo.gl/QWf0Q
http://ruby.runpaint.org/processes#executing: http://goo.gl/W39ox
http://ruby.runpaint.org/processes#system: http://goo.gl/rH0RG
http://ruby.runpaint.org/processes#spawn: http://goo.gl/Zng9G
http://ruby.runpaint.org/processes#options-hash: http://goo.gl/1kHdj
http://ruby.runpaint.org/processes#ids: http://goo.gl/85qG1
http://ruby.runpaint.org/processes#process-gid: http://goo.gl/XZ2Lu
http://ruby.runpaint.org/processes#process-uid: http://goo.gl/nwrRv
http://ruby.runpaint.org/processes#process-sys: http://goo.gl/PvYab
http://ruby.runpaint.org/processes#status: http://goo.gl/dgISr
http://ruby.runpaint.org/processes#process-status: http://goo.gl/dVjXo
http://ruby.runpaint.org/processes#wait: http://goo.gl/2NRD3
http://ruby.runpaint.org/processes#terminate: http://goo.gl/cX95h
http://ruby.runpaint.org/processes#daemons: http://goo.gl/fgx4K
http://ruby.runpaint.org/processes#priority: http://goo.gl/MXP2b
http://ruby.runpaint.org/processes#signal: http://goo.gl/faoN4
http://ruby.runpaint.org/processes#signal-send: http://goo.gl/FUPp7
http://ruby.runpaint.org/processes#signal-trap: http://goo.gl/Ey5Ib
http://ruby.runpaint.org/processes#signal-exit: http://goo.gl/r3Tqy
http://ruby.runpaint.org/processes#limit: http://goo.gl/WoVy8
http://ruby.runpaint.org/processes#times: http://goo.gl/t0v84
http://ruby.runpaint.org/processes#fork: http://goo.gl/76tGU
http://ruby.runpaint.org/times#instantiation: http://goo.gl/UcfYh
http://ruby.runpaint.org/times#attributes: http://goo.gl/mwcCD
http://ruby.runpaint.org/times#predicates: http://goo.gl/2OtOa
http://ruby.runpaint.org/times#arithmetic: http://goo.gl/omdt8
http://ruby.runpaint.org/times#format: http://goo.gl/wZus2
http://ruby.runpaint.org/times#coercion: http://goo.gl/QUlYM
http://ruby.runpaint.org/times#zone: http://goo.gl/nXOMr
http://ruby.runpaint.org/concurrency#threads: http://goo.gl/mZPUA
http://ruby.runpaint.org/concurrency#thread-init: http://goo.gl/9supM
http://ruby.runpaint.org/concurrency#thread-status: http://goo.gl/O03dQ
http://ruby.runpaint.org/concurrency#thread-variables: http://goo.gl/H9eF0
http://ruby.runpaint.org/concurrency#thread-join: http://goo.gl/X7Yd8
http://ruby.runpaint.org/concurrency#thread-exceptions: http://goo.gl/fk3R2
http://ruby.runpaint.org/concurrency#thread-scheduling: http://goo.gl/9oNUo
http://ruby.runpaint.org/concurrency#thread-groups: http://goo.gl/PlFd5
http://ruby.runpaint.org/concurrency#thread-synchronisation: http://goo.gl/rzI9s
http://ruby.runpaint.org/concurrency#thread-termination: http://goo.gl/RfJml
http://ruby.runpaint.org/concurrency#fibers: http://goo.gl/UyQQF
http://ruby.runpaint.org/files#flock: http://goo.gl/X2nB9
http://ruby.runpaint.org/processes#popen: http://goo.gl/raPHF
http://ruby.runpaint.org/objects#safe: http://goo.gl/NsNYM
http://ruby.runpaint.org/objects#safe-1: http://goo.gl/CMlxA
http://ruby.runpaint.org/objects#safe-2: http://goo.gl/8SX2u
http://ruby.runpaint.org/objects#safe-3: http://goo.gl/QVJIU
http://ruby.runpaint.org/objects#safe-4: http://goo.gl/bqewd
http://ruby.runpaint.org/programs#interpreter: http://goo.gl/V8r5S
http://ruby.runpaint.org/processes#environment: http://goo.gl/jsygT
http://ruby.runpaint.org/programs#loading-features: http://goo.gl/bsp2W
http://ruby.runpaint.org/objects#each_object: http://goo.gl/bnSi1
http://ruby.runpaint.org/programs#tracing: http://goo.gl/0wam7
http://ruby.runpaint.org/methods#global: http://goo.gl/cyjtc
http://ruby.runpaint.org/io#ref: http://goo.gl/Yc57b
http://ruby.runpaint.org/encoding#io: http://goo.gl/fzHwd