PlayRockPaperScissorsGame 2.0.7 → 2.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. checksums.yaml.gz.sig +0 -0
  3. data.tar.gz.sig +0 -0
  4. data/doc/Constants.html +135 -0
  5. data/doc/Gemfile.html +174 -0
  6. data/doc/Gemfile_lock.html +199 -0
  7. data/doc/LICENSE.html +183 -0
  8. data/doc/PlayRockPaperScissorsGame.html +110 -0
  9. data/doc/PlayRockPaperScissorsGame/Constants.html +135 -0
  10. data/doc/PlayRockPaperScissorsGame/PrivateMethods.html +96 -0
  11. data/doc/PrivateMethods.html +96 -0
  12. data/doc/README_md.html +227 -0
  13. data/doc/RakeTest.html +268 -0
  14. data/doc/RakeTest/Constants.html +135 -0
  15. data/doc/RakeTest/PrivateMethods.html +96 -0
  16. data/doc/Rakefile.html +187 -0
  17. data/doc/RockPaperScissors_sublime-project.html +196 -0
  18. data/doc/RockPaperScissors_sublime-workspace.html +1049 -0
  19. data/doc/certs/gem-public_cert_pem.html +181 -0
  20. data/doc/created.rid +52 -0
  21. data/doc/css/fonts.css +167 -0
  22. data/doc/css/rdoc.css +590 -0
  23. data/doc/docs/CODE_OF_CONDUCT_md.html +270 -0
  24. data/doc/docs/CONTRIBUTING_md.html +239 -0
  25. data/doc/docs/Gemfile.html +164 -0
  26. data/doc/docs/Gemfile_lock.html +373 -0
  27. data/doc/docs/How_to_Build_md.html +207 -0
  28. data/doc/docs/LICENSE.html +286 -0
  29. data/doc/docs/Testing_md.html +200 -0
  30. data/doc/docs/_layouts/default_html.html +212 -0
  31. data/doc/docs/_sass/jekyll-theme-cayman_scss.html +531 -0
  32. data/doc/docs/_sass/normalize_scss.html +679 -0
  33. data/doc/docs/_sass/rouge-github_scss.html +431 -0
  34. data/doc/docs/_sass/variables_scss.html +173 -0
  35. data/doc/docs/_site/CODE_OF_CONDUCT_html.html +305 -0
  36. data/doc/docs/_site/CONTRIBUTING_html.html +261 -0
  37. data/doc/docs/_site/How_to_Build_html.html +236 -0
  38. data/doc/docs/_site/Testing_html.html +237 -0
  39. data/doc/docs/_site/assets/css/style_css.html +549 -0
  40. data/doc/docs/_site/index_html.html +305 -0
  41. data/doc/docs/_site/script/bootstrap.html +166 -0
  42. data/doc/docs/_site/script/cibuild.html +166 -0
  43. data/doc/docs/_site/script/release.html +209 -0
  44. data/doc/docs/_site/script/server.html +164 -0
  45. data/doc/docs/assets/css/style_scss.html +164 -0
  46. data/doc/docs/index_md.html +259 -0
  47. data/doc/docs/jekyll-theme-cayman_gemspec.html +180 -0
  48. data/doc/docs/script/bootstrap.html +166 -0
  49. data/doc/docs/script/cibuild.html +166 -0
  50. data/doc/docs/script/release.html +209 -0
  51. data/doc/docs/script/server.html +164 -0
  52. data/doc/exec/rps_bash.html +234 -0
  53. data/doc/exec/run_bat.html +185 -0
  54. data/doc/exec/uninstall_sh.html +194 -0
  55. data/doc/fonts/Lato-Light.ttf +0 -0
  56. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  57. data/doc/fonts/Lato-Regular.ttf +0 -0
  58. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  59. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  60. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  61. data/doc/images/add.png +0 -0
  62. data/doc/images/arrow_up.png +0 -0
  63. data/doc/images/brick.png +0 -0
  64. data/doc/images/brick_link.png +0 -0
  65. data/doc/images/bug.png +0 -0
  66. data/doc/images/bullet_black.png +0 -0
  67. data/doc/images/bullet_toggle_minus.png +0 -0
  68. data/doc/images/bullet_toggle_plus.png +0 -0
  69. data/doc/images/date.png +0 -0
  70. data/doc/images/delete.png +0 -0
  71. data/doc/images/find.png +0 -0
  72. data/doc/images/loadingAnimation.gif +0 -0
  73. data/doc/images/macFFBgHack.png +0 -0
  74. data/doc/images/package.png +0 -0
  75. data/doc/images/page_green.png +0 -0
  76. data/doc/images/page_white_text.png +0 -0
  77. data/doc/images/page_white_width.png +0 -0
  78. data/doc/images/plugin.png +0 -0
  79. data/doc/images/ruby.png +0 -0
  80. data/doc/images/tag_blue.png +0 -0
  81. data/doc/images/tag_green.png +0 -0
  82. data/doc/images/transparent.png +0 -0
  83. data/doc/images/wrench.png +0 -0
  84. data/doc/images/wrench_orange.png +0 -0
  85. data/doc/images/zoom.png +0 -0
  86. data/doc/index.html +186 -0
  87. data/doc/js/darkfish.js +161 -0
  88. data/doc/js/jquery.js +4 -0
  89. data/doc/js/navigation.js +142 -0
  90. data/doc/js/navigation.js.gz +0 -0
  91. data/doc/js/search.js +109 -0
  92. data/doc/js/search_index.js +1 -0
  93. data/doc/js/search_index.js.gz +0 -0
  94. data/doc/js/searcher.js +229 -0
  95. data/doc/js/searcher.js.gz +0 -0
  96. data/doc/rps_gemspec.html +201 -0
  97. data/doc/table_of_contents.html +280 -0
  98. data/lib/rps/version.rb +1 -1
  99. data/rps.gemspec +1 -1
  100. metadata +95 -1
  101. metadata.gz.sig +0 -0
@@ -0,0 +1,1049 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>RockPaperScissors.sublime-workspace - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/jquery.js"></script>
15
+ <script src="./js/darkfish.js"></script>
16
+
17
+ <link href="./css/fonts.css" rel="stylesheet">
18
+ <link href="./css/rdoc.css" rel="stylesheet">
19
+
20
+
21
+
22
+ <body id="top" role="document" class="file">
23
+ <nav role="navigation">
24
+ <div id="project-navigation">
25
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
26
+ <h2>
27
+ <a href="./index.html" rel="home">Home</a>
28
+ </h2>
29
+
30
+ <div id="table-of-contents-navigation">
31
+ <a href="./table_of_contents.html#pages">Pages</a>
32
+ <a href="./table_of_contents.html#classes">Classes</a>
33
+ <a href="./table_of_contents.html#methods">Methods</a>
34
+ </div>
35
+ </div>
36
+
37
+ <div id="search-section" role="search" class="project-section initially-hidden">
38
+ <form action="#" method="get" accept-charset="utf-8">
39
+ <div id="search-field-wrapper">
40
+ <input id="search-field" role="combobox" aria-label="Search"
41
+ aria-autocomplete="list" aria-controls="search-results"
42
+ type="text" name="search" placeholder="Search" spellcheck="false"
43
+ title="Type to search, Up and Down to navigate, Enter to load">
44
+ </div>
45
+
46
+ <ul id="search-results" aria-label="Search Results"
47
+ aria-busy="false" aria-expanded="false"
48
+ aria-atomic="false" class="initially-hidden"></ul>
49
+ </form>
50
+ </div>
51
+
52
+ </div>
53
+
54
+
55
+
56
+ <div id="project-metadata">
57
+ <div id="fileindex-section" class="nav-section">
58
+ <h3>Pages</h3>
59
+
60
+ <ul class="link-list">
61
+
62
+ <li><a href="./Gemfile.html">Gemfile</a>
63
+
64
+ <li><a href="./Gemfile_lock.html">Gemfile.lock</a>
65
+
66
+ <li><a href="./LICENSE.html">LICENSE</a>
67
+
68
+ <li><a href="./README_md.html">README</a>
69
+
70
+ <li><a href="./Rakefile.html">Rakefile</a>
71
+
72
+ <li><a href="./RockPaperScissors_sublime-project.html">RockPaperScissors.sublime-project</a>
73
+
74
+ <li><a href="./RockPaperScissors_sublime-workspace.html">RockPaperScissors.sublime-workspace</a>
75
+
76
+ <li><a href="./certs/gem-public_cert_pem.html">gem-public_cert.pem</a>
77
+
78
+ <li><a href="./docs/CODE_OF_CONDUCT_md.html">CODE_OF_CONDUCT</a>
79
+
80
+ <li><a href="./docs/CONTRIBUTING_md.html">CONTRIBUTING</a>
81
+
82
+ <li><a href="./docs/Gemfile.html">Gemfile</a>
83
+
84
+ <li><a href="./docs/Gemfile_lock.html">Gemfile.lock</a>
85
+
86
+ <li><a href="./docs/How_to_Build_md.html">How_to_Build</a>
87
+
88
+ <li><a href="./docs/LICENSE.html">LICENSE</a>
89
+
90
+ <li><a href="./docs/Testing_md.html">Testing</a>
91
+
92
+ <li><a href="./docs/_layouts/default_html.html">default.html</a>
93
+
94
+ <li><a href="./docs/_sass/jekyll-theme-cayman_scss.html">jekyll-theme-cayman.scss</a>
95
+
96
+ <li><a href="./docs/_sass/normalize_scss.html">normalize.scss</a>
97
+
98
+ <li><a href="./docs/_sass/rouge-github_scss.html">rouge-github.scss</a>
99
+
100
+ <li><a href="./docs/_sass/variables_scss.html">variables.scss</a>
101
+
102
+ <li><a href="./docs/_site/CODE_OF_CONDUCT_html.html">CODE_OF_CONDUCT.html</a>
103
+
104
+ <li><a href="./docs/_site/CONTRIBUTING_html.html">CONTRIBUTING.html</a>
105
+
106
+ <li><a href="./docs/_site/How_to_Build_html.html">How_to_Build.html</a>
107
+
108
+ <li><a href="./docs/_site/Testing_html.html">Testing.html</a>
109
+
110
+ <li><a href="./docs/_site/assets/css/style_css.html">style.css</a>
111
+
112
+ <li><a href="./docs/_site/index_html.html">index.html</a>
113
+
114
+ <li><a href="./docs/_site/script/bootstrap.html">bootstrap</a>
115
+
116
+ <li><a href="./docs/_site/script/cibuild.html">cibuild</a>
117
+
118
+ <li><a href="./docs/_site/script/release.html">release</a>
119
+
120
+ <li><a href="./docs/_site/script/server.html">server</a>
121
+
122
+ <li><a href="./docs/assets/css/style_scss.html">style.scss</a>
123
+
124
+ <li><a href="./docs/index_md.html">index</a>
125
+
126
+ <li><a href="./docs/jekyll-theme-cayman_gemspec.html">jekyll-theme-cayman.gemspec</a>
127
+
128
+ <li><a href="./docs/script/bootstrap.html">bootstrap</a>
129
+
130
+ <li><a href="./docs/script/cibuild.html">cibuild</a>
131
+
132
+ <li><a href="./docs/script/release.html">release</a>
133
+
134
+ <li><a href="./docs/script/server.html">server</a>
135
+
136
+ <li><a href="./exec/rps_bash.html">rps.bash</a>
137
+
138
+ <li><a href="./exec/run_bat.html">run.bat</a>
139
+
140
+ <li><a href="./exec/uninstall_sh.html">uninstall.sh</a>
141
+
142
+ <li><a href="./rps_gemspec.html">rps.gemspec</a>
143
+
144
+ </ul>
145
+ </div>
146
+
147
+ </div>
148
+ </nav>
149
+
150
+ <main role="main" aria-label="Page RockPaperScissors.sublime-workspace">
151
+
152
+ <p>{</p>
153
+
154
+ <pre>&quot;auto_complete&quot;:
155
+ {
156
+ &quot;selected_items&quot;:
157
+ [
158
+ [
159
+ &quot;Play&quot;,
160
+ &quot;PlayRockPaperScissorsGame&quot;
161
+ ],
162
+ [
163
+ &quot;exec&quot;,
164
+ &quot;executables&quot;
165
+ ],
166
+ [
167
+ &quot;Object&quot;,
168
+ &quot;ObjectArrays〔namespace〕&quot;
169
+ ],
170
+ [
171
+ &quot;foled&quot;,
172
+ &quot;folder_exclude_patterns&quot;
173
+ ],
174
+ [
175
+ &quot;initfunction&quot;,
176
+ &quot;initfunctions&quot;
177
+ ],
178
+ [
179
+ &quot;init&quot;,
180
+ &quot;initfunction1&quot;
181
+ ],
182
+ [
183
+ &quot;INI&quot;,
184
+ &quot;initfunctions&quot;
185
+ ],
186
+ [
187
+ &quot;confimr&quot;,
188
+ &quot;confirmations&quot;
189
+ ],
190
+ [
191
+ &quot;initfunct&quot;,
192
+ &quot;initfunction2&quot;
193
+ ],
194
+ [
195
+ &quot;end&quot;,
196
+ &quot;endif&quot;
197
+ ],
198
+ [
199
+ &quot;master&quot;,
200
+ &quot;masterfunction&quot;
201
+ ],
202
+ [
203
+ &quot;color&quot;,
204
+ &quot;Color_Off&quot;
205
+ ],
206
+ [
207
+ &quot;English-Projec&quot;,
208
+ &quot;English-Project-master&quot;
209
+ ],
210
+ [
211
+ &quot;rub&quot;,
212
+ &quot;add_ruby_type\tfunc&quot;
213
+ ],
214
+ [
215
+ &quot;add&quot;,
216
+ &quot;add_development_dependency&quot;
217
+ ],
218
+ [
219
+ &quot;su&quot;,
220
+ &quot;SublimeLinter&quot;
221
+ ]
222
+ ]
223
+ },
224
+ &quot;buffers&quot;:
225
+ [
226
+ ],
227
+ &quot;build_system&quot;: &quot;&quot;,
228
+ &quot;build_system_choices&quot;:
229
+ [
230
+ [
231
+ [
232
+ [
233
+ &quot;Packages/Default/Syntax Tests.sublime-build&quot;,
234
+ &quot;&quot;
235
+ ],
236
+ [
237
+ &quot;Packages/Default/Syntax Tests.sublime-build&quot;,
238
+ &quot;All Syntaxes&quot;
239
+ ],
240
+ [
241
+ &quot;Packages/Default/Syntax Tests.sublime-build&quot;,
242
+ &quot;Performance&quot;
243
+ ],
244
+ [
245
+ &quot;Packages/Default/Syntax Tests.sublime-build&quot;,
246
+ &quot;Regex Compatibility&quot;
247
+ ]
248
+ ],
249
+ [
250
+ &quot;Packages/Default/Syntax Tests.sublime-build&quot;,
251
+ &quot;&quot;
252
+ ]
253
+ ],
254
+ [
255
+ [
256
+ [
257
+ &quot;Packages/Python/Python.sublime-build&quot;,
258
+ &quot;&quot;
259
+ ],
260
+ [
261
+ &quot;Packages/Python/Python.sublime-build&quot;,
262
+ &quot;Syntax Check&quot;
263
+ ]
264
+ ],
265
+ [
266
+ &quot;Packages/Python/Python.sublime-build&quot;,
267
+ &quot;&quot;
268
+ ]
269
+ ]
270
+ ],
271
+ &quot;build_varint&quot;: &quot;&quot;,
272
+ &quot;command_palette&quot;:
273
+ {
274
+ &quot;height&quot;: 137.0,
275
+ &quot;last_filter&quot;: &quot;git push&quot;,
276
+ &quot;selected_items&quot;:
277
+ [
278
+ [
279
+ &quot;git push&quot;,
280
+ &quot;Git: Push&quot;
281
+ ],
282
+ [
283
+ &quot;git quick comm&quot;,
284
+ &quot;Git: Quick Commit&quot;
285
+ ],
286
+ [
287
+ &quot;git quic k add&quot;,
288
+ &quot;Git: Quick Add&quot;
289
+ ],
290
+ [
291
+ &quot;git status&quot;,
292
+ &quot;Git: Status&quot;
293
+ ],
294
+ [
295
+ &quot;git quick add&quot;,
296
+ &quot;Git: Quick Add&quot;
297
+ ],
298
+ [
299
+ &quot;git comm&quot;,
300
+ &quot;Git: Commit&quot;
301
+ ],
302
+ [
303
+ &quot;git add&quot;,
304
+ &quot;Git: Add Current File&quot;
305
+ ],
306
+ [
307
+ &quot;git quick com&quot;,
308
+ &quot;Git: Quick Commit&quot;
309
+ ],
310
+ [
311
+ &quot;git quic kadd&quot;,
312
+ &quot;Git: Quick Add&quot;
313
+ ],
314
+ [
315
+ &quot;git quickc&quot;,
316
+ &quot;Git: Quick Commit&quot;
317
+ ],
318
+ [
319
+ &quot;git quick&quot;,
320
+ &quot;Git: Quick Add&quot;
321
+ ],
322
+ [
323
+ &quot;git quick ad&quot;,
324
+ &quot;Git: Quick Add&quot;
325
+ ],
326
+ [
327
+ &quot;git quick &quot;,
328
+ &quot;Git: Quick Add&quot;
329
+ ],
330
+ [
331
+ &quot;git quikc comm&quot;,
332
+ &quot;Git: Quick Commit&quot;
333
+ ],
334
+ [
335
+ &quot;gitqui ck&quot;,
336
+ &quot;Git: Quick Add&quot;
337
+ ],
338
+ [
339
+ &quot;install&quot;,
340
+ &quot;Package Control: Install Package&quot;
341
+ ],
342
+ [
343
+ &quot;git ad&quot;,
344
+ &quot;Git: Quick Add&quot;
345
+ ],
346
+ [
347
+ &quot;git quick co&quot;,
348
+ &quot;Git: Quick Commit&quot;
349
+ ],
350
+ [
351
+ &quot;git staut&quot;,
352
+ &quot;Git: Status&quot;
353
+ ],
354
+ [
355
+ &quot;git uqi&quot;,
356
+ &quot;Git: Quick Commit&quot;
357
+ ],
358
+ [
359
+ &quot;git commi&quot;,
360
+ &quot;Git: Commit&quot;
361
+ ],
362
+ [
363
+ &quot;git quic&quot;,
364
+ &quot;Git: Quick Commit&quot;
365
+ ],
366
+ [
367
+ &quot;git add curr&quot;,
368
+ &quot;Git: Add Current File&quot;
369
+ ],
370
+ [
371
+ &quot;git comimt&quot;,
372
+ &quot;Git: Commit&quot;
373
+ ],
374
+ [
375
+ &quot;git add &quot;,
376
+ &quot;Git: Quick Add&quot;
377
+ ],
378
+ [
379
+ &quot;git commit&quot;,
380
+ &quot;Git: Commit&quot;
381
+ ],
382
+ [
383
+ &quot;git a&quot;,
384
+ &quot;Git: Quick Add&quot;
385
+ ],
386
+ [
387
+ &quot;git com&quot;,
388
+ &quot;Git: Commit&quot;
389
+ ],
390
+ [
391
+ &quot;git commt&quot;,
392
+ &quot;Git: Commit&quot;
393
+ ],
394
+ [
395
+ &quot;git c&quot;,
396
+ &quot;Git: Commit&quot;
397
+ ],
398
+ [
399
+ &quot;git pull&quot;,
400
+ &quot;Git: Pull&quot;
401
+ ],
402
+ [
403
+ &quot;gti commi&quot;,
404
+ &quot;Git: Commit&quot;
405
+ ],
406
+ [
407
+ &quot;i&quot;,
408
+ &quot;Set Syntax: Intel HEX&quot;
409
+ ],
410
+ [
411
+ &quot;intel&quot;,
412
+ &quot;Set Syntax: Intel HEX&quot;
413
+ ],
414
+ [
415
+ &quot;remove&quot;,
416
+ &quot;Package Control: Remove Package&quot;
417
+ ],
418
+ [
419
+ &quot;pa&quot;,
420
+ &quot;Package Control: Install Package&quot;
421
+ ],
422
+ [
423
+ &quot;google &quot;,
424
+ &quot;Google Spell Check&quot;
425
+ ],
426
+ [
427
+ &quot;google&quot;,
428
+ &quot;Google Spell Check&quot;
429
+ ],
430
+ [
431
+ &quot;a file&quot;,
432
+ &quot;A File Icon: Revert to a Freshly Installed State&quot;
433
+ ],
434
+ [
435
+ &quot;eva&quot;,
436
+ &quot;Evaluate: Evaluate Selections&quot;
437
+ ],
438
+ [
439
+ &quot;color pic&quot;,
440
+ &quot;Color Picker: Insert Color&quot;
441
+ ],
442
+ [
443
+ &quot;markdown&quot;,
444
+ &quot;Markdown Preview: Copy to Clipboard&quot;
445
+ ],
446
+ [
447
+ &quot;commit&quot;,
448
+ &quot;Git: Commit&quot;
449
+ ],
450
+ [
451
+ &quot;git commit &quot;,
452
+ &quot;Git: Commit&quot;
453
+ ],
454
+ [
455
+ &quot;git init&quot;,
456
+ &quot;Git: Init&quot;
457
+ ],
458
+ [
459
+ &quot;Package Control: package&quot;,
460
+ &quot;Package Control: List Packages&quot;
461
+ ],
462
+ [
463
+ &quot;git: init&quot;,
464
+ &quot;Git: Init&quot;
465
+ ],
466
+ [
467
+ &quot;git&quot;,
468
+ &quot;Github: Repository&quot;
469
+ ],
470
+ [
471
+ &quot;side bar git&quot;,
472
+ &quot;Git (SideBarGit): Push&quot;
473
+ ],
474
+ [
475
+ &quot;gem&quot;,
476
+ &quot;Gem Browser: List Gems&quot;
477
+ ],
478
+ [
479
+ &quot;emmet&quot;,
480
+ &quot;Emmet: Expand Abbreviation&quot;
481
+ ],
482
+ [
483
+ &quot;remo&quot;,
484
+ &quot;Package Control: Remove Package&quot;
485
+ ],
486
+ [
487
+ &quot;Package Control: remove&quot;,
488
+ &quot;Package Control: Remove Channel&quot;
489
+ ],
490
+ [
491
+ &quot;Package Control: &quot;,
492
+ &quot;Package Control: Remove Package&quot;
493
+ ],
494
+ [
495
+ &quot;search&quot;,
496
+ &quot;Search In Project&quot;
497
+ ],
498
+ [
499
+ &quot;instal&quot;,
500
+ &quot;Package Control: Install Package&quot;
501
+ ],
502
+ [
503
+ &quot;intsll&quot;,
504
+ &quot;Package Control: Install Package&quot;
505
+ ],
506
+ [
507
+ &quot;gemma&quot;,
508
+ &quot;Gemma: Replace selection/line with Gemfile entry for latest stable version&quot;
509
+ ],
510
+ [
511
+ &quot;snippet&quot;,
512
+ &quot;Snippet: Long Tag&quot;
513
+ ],
514
+ [
515
+ &quot;angular&quot;,
516
+ &quot;Set Syntax: HTML (Angular.js)&quot;
517
+ ],
518
+ [
519
+ &quot;package&quot;,
520
+ &quot;Package Control: Remove Package&quot;
521
+ ],
522
+ [
523
+ &quot;pyling&quot;,
524
+ &quot;Preferences: SublimeLinter Key Bindings – Default&quot;
525
+ ],
526
+ [
527
+ &quot;packa&quot;,
528
+ &quot;Package Control: Install Package&quot;
529
+ ],
530
+ [
531
+ &quot;ruby&quot;,
532
+ &quot;Snippet: #!/usr/bin/env ruby -wKU&quot;
533
+ ],
534
+ [
535
+ &quot;SublimeLinter Settin&quot;,
536
+ &quot;Preferences: SublimeLinter Settings – User&quot;
537
+ ],
538
+ [
539
+ &quot;CSSLint: Run CSSLint&quot;,
540
+ &quot;CSSLint: Run CSSLint&quot;
541
+ ],
542
+ [
543
+ &quot;j&quot;,
544
+ &quot;JSHint&quot;
545
+ ],
546
+ [
547
+ &quot;package &quot;,
548
+ &quot;Package Control: Install Package&quot;
549
+ ],
550
+ [
551
+ &quot;instla&quot;,
552
+ &quot;Package Control: Install Package&quot;
553
+ ],
554
+ [
555
+ &quot;&quot;,
556
+ &quot;Preferences: Package Control Settings – Default&quot;
557
+ ],
558
+ [
559
+ &quot;packag&quot;,
560
+ &quot;Package Control: Install Package&quot;
561
+ ]
562
+ ],
563
+ &quot;width&quot;: 642.0
564
+ },
565
+ &quot;console&quot;:
566
+ {
567
+ &quot;height&quot;: 136.0,
568
+ &quot;history&quot;:
569
+ [
570
+ &quot;sublime.log_commands(False)&quot;,
571
+ &quot;sublime.log_input(True)&quot;,
572
+ &quot;sublime.log_commands(True)&quot;,
573
+ &quot;sublime.log_commands(False)&quot;,
574
+ &quot;sublime.log_commands(false)&quot;,
575
+ &quot;sublime.log_commands(True)&quot;,
576
+ &quot;git --help&quot;,
577
+ &quot;os.system(\&quot;rubycritic\&quot;)&quot;,
578
+ &quot;import os&quot;,
579
+ &quot;sublime.version()&quot;,
580
+ &quot;sublime.help()&quot;,
581
+ &quot;sublime.version()&quot;,
582
+ &quot;-linter&quot;,
583
+ &quot;--exclude-linter&quot;,
584
+ &quot;where scss-lint&quot;,
585
+ &quot;pylint&quot;,
586
+ &quot;sublimelinter-pylint&quot;,
587
+ &quot;-h&quot;,
588
+ &quot;--help&quot;,
589
+ &quot;import urllib.request,os,hashlib; h = &#39;df21e130d211cfc94d9b0905775a7c0f&#39; + &#39;1e3d39e33b79698005270310898eea76&#39;; pf = &#39;Package Control.sublime-package&#39;; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( &#39;http://packagecontrol.io/&#39; + pf.replace(&#39; &#39;, &#39;%20&#39;)).read(); dh = hashlib.sha256(by).hexdigest(); print(&#39;Error validating download (got %s instead of %s), please try manual install&#39; % (dh, h)) if dh != h else open(os.path.join( ipp, pf), &#39;wb&#39; ).write(by) &quot;,
590
+ &quot;import urllib.request,os,hashlib; h = &#39;df21e130d211cfc94d9b0905775a7c0f&#39; + &#39;1e3d39e33b79698005270310898eea76&#39;; pf = &#39;Package Control.sublime-package&#39;; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( &#39;http://packagecontrol.io/&#39; + pf.replace(&#39; &#39;, &#39;%20&#39;)).read(); dh = hashlib.sha256(by).hexdigest(); print(&#39;Error validating download (got %s instead of %s), please try manual install&#39; % (dh, h)) if dh != h else open(os.path.join( ipp, pf), &#39;wb&#39; ).write(by)&quot;,
591
+ &quot;import urllib.request,os,hashlib; h = &#39;2915d1851351e5ee549c20394736b442&#39; + &#39;8bc59f460fa1548d1514676163dafc88&#39;; pf = &#39;Package Control.sublime-package&#39;; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( &#39;http://packagecontrol.io/&#39; + pf.replace(&#39; &#39;, &#39;%20&#39;)).read(); dh = hashlib.sha256(by).hexdigest(); print(&#39;Error validating download (got %s instead of %s), please try manual install&#39; % (dh, h)) if dh != h else open(os.path.join( ipp, pf), &#39;wb&#39; ).write(by)&quot;
592
+ ]
593
+ },
594
+ &quot;distraction_free&quot;:
595
+ {
596
+ &quot;menu_visible&quot;: true,
597
+ &quot;show_minimap&quot;: false,
598
+ &quot;show_open_files&quot;: false,
599
+ &quot;show_tabs&quot;: false,
600
+ &quot;side_bar_visible&quot;: false,
601
+ &quot;status_bar_visible&quot;: false
602
+ },
603
+ &quot;expanded_folders&quot;:
604
+ [
605
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors&quot;,
606
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/bin&quot;,
607
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/exec&quot;,
608
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib&quot;,
609
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib/ref&quot;,
610
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/test&quot;
611
+ ],
612
+ &quot;file_history&quot;:
613
+ [
614
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/rps.gemspec&quot;,
615
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/Gemfile&quot;,
616
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/Rakefile&quot;,
617
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/bin/PlayRockPaperScissorsGame&quot;,
618
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib/rps.rb&quot;,
619
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/bin/rps&quot;,
620
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/test/test_rps.rb&quot;,
621
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.6.0/rps.gemspec&quot;,
622
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/exec/run.bat&quot;,
623
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib/ref/PrivateMethods.rb&quot;,
624
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/Gemfile.lock&quot;,
625
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/LICENSE&quot;,
626
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.5.1.gem&quot;,
627
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib/ref/Constants.rb&quot;,
628
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/RPS.pl&quot;,
629
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.4.8.gem&quot;,
630
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings&quot;,
631
+ &quot;/Users/brockglatman/Desktop/Perl/RPS.pl&quot;,
632
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.4.7.gem&quot;,
633
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/exec/rps.bash&quot;,
634
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.4.6.gem&quot;,
635
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/lib/ref/PrivateVars.rb&quot;,
636
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/README.md&quot;,
637
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/.gitignore&quot;,
638
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.3.9.gem&quot;,
639
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.3.7.gem&quot;,
640
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/RockPaperScissors.sublime-project&quot;,
641
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.3.3.gem&quot;,
642
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.3.4/rps.gemspec&quot;,
643
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/guard-yoyo/guard-yoyo.gemspec&quot;,
644
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/guard-yoyo/Gemfile&quot;,
645
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/Guardfile&quot;,
646
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.2.7.gem&quot;,
647
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.2.5.gem&quot;,
648
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.1.9.gem&quot;,
649
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.1.8.gem&quot;,
650
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.1.7.gem&quot;,
651
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/exec/uninstall.sh&quot;,
652
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.1.6.gem&quot;,
653
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/run.bat&quot;,
654
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.1.3.gem&quot;,
655
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/rps.bash&quot;,
656
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/uninstall.sh&quot;,
657
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.0.8.gem&quot;,
658
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/PlayRockPaperScissorsGame-1.0.2.gem&quot;,
659
+ &quot;/Users/brockglatman/Desktop/RockPaperScissors/rps-0.0.3.gem&quot;,
660
+ &quot;/Users/brockglatman/Desktop/rps/RubyGems/Gemfile&quot;,
661
+ &quot;/Users/brockglatman/Desktop/rps/RubyGems/Rakefile&quot;,
662
+ &quot;/Users/brockglatman/Desktop/rps/bin/rps.rb&quot;,
663
+ &quot;/Users/brockglatman/Desktop/rps/RubyGems/rps.gemspec&quot;,
664
+ &quot;/Users/brockglatman/Desktop/rps/RubyGems/.gitignore&quot;,
665
+ &quot;/Users/brockglatman/Desktop/rps/RubyGems/Gemfile.lock&quot;,
666
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/bin/rps-mac.rb&quot;,
667
+ &quot;/Users/brockglatman/Desktop/rps/Windows/bin/rps-win.rb&quot;,
668
+ &quot;/Users/brockglatman/Desktop/rps/Windows/lib/Constants.rb&quot;,
669
+ &quot;/Users/brockglatman/Desktop/rps/Windows/lib/ObjectArrays.rb&quot;,
670
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/lib/Constants.rb&quot;,
671
+ &quot;/Users/brockglatman/Desktop/rps/rps.sublime-project&quot;,
672
+ &quot;/Users/brockglatman/Desktop/rps/.gitignore&quot;,
673
+ &quot;/Users/brockglatman/Desktop/rps/README.md&quot;,
674
+ &quot;/Users/brockglatman/Desktop/rps/Windows/rps.bat&quot;,
675
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/rps.bash&quot;,
676
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/remover.sh&quot;,
677
+ &quot;/Users/brockglatman/Desktop/English Project/_pages/en_US/camp_auschwitz.txt&quot;,
678
+ &quot;/Users/brockglatman/Desktop/English Project/package.json&quot;,
679
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/lib/ObjectArrays.rb&quot;,
680
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/lib/PrivateVars.rb&quot;,
681
+ &quot;/Users/brockglatman/Desktop/rps/Macintosh/lib/InitText.rb&quot;,
682
+ &quot;/Users/brockglatman/Desktop/English Project/_pages/en_US/Home.txt&quot;,
683
+ &quot;/Users/brockglatman/Desktop/English Project/minimal-mistakes-jekyll.gemspec&quot;,
684
+ &quot;/Users/brockglatman/Desktop/English Project/config.ru&quot;,
685
+ &quot;/Users/brockglatman/Desktop/English Project/CNAME&quot;,
686
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/Website.sublime-project&quot;,
687
+ &quot;/Users/brockglatman/Desktop/English Project/Gemfile.lock&quot;,
688
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/README.md&quot;,
689
+ &quot;/Users/brockglatman/Desktop/rps/rps.bash&quot;,
690
+ &quot;/Users/brockglatman/Desktop/rps/rps.rb&quot;,
691
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/RUN.bash&quot;,
692
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/rps.bash&quot;,
693
+ &quot;/Users/brockglatman/Desktop/rps.rb&quot;,
694
+ &quot;/Users/brockglatman/Desktop/Rock Paper Scissors/rps.gemspec&quot;,
695
+ &quot;/Users/brockglatman/Desktop/Rock Paper Scissors/lib/rps.rb&quot;,
696
+ &quot;/Users/brockglatman/Desktop/Rock Paper Scissors/Rakefile&quot;,
697
+ &quot;/Users/brockglatman/Desktop/test.rb&quot;,
698
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/rps.rb&quot;,
699
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/test.rb&quot;,
700
+ &quot;/Users/brockglatman/Desktop/English Project/Gemfile&quot;,
701
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/files/sublime-ofdocs/docs/3/tab_completion.html&quot;,
702
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/unnoficial_docs.bat&quot;,
703
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/official_docs.bat&quot;,
704
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/official_docs.bash&quot;,
705
+ &quot;/Users/brockglatman/Desktop/Sublime Text Documentation Package/unnoficial_docs.sh&quot;,
706
+ &quot;/Users/brockglatman/Desktop/English Project/README.md&quot;,
707
+ &quot;/Users/brockglatman/Desktop/English Project/crowdin.yaml&quot;,
708
+ &quot;/Users/brockglatman/Desktop/English Project/minimal-mistakes-jekyll-4.0.9.gem&quot;,
709
+ &quot;/Users/brockglatman/Desktop/English Project/.gitignore&quot;,
710
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/UNINSTALLER.bash&quot;,
711
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/Package Control.sublime-settings&quot;,
712
+ &quot;/Users/brockglatman/Desktop/cod eintel&quot;,
713
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/Default (OSX).sublime-keymap&quot;,
714
+ &quot;/Users/brockglatman/Desktop/Package Control Mekssages&quot;,
715
+ &quot;/Users/brockglatman/Desktop/dnvm.sh&quot;,
716
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/RUN.sh&quot;,
717
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/SETUP.sh&quot;,
718
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/SublimeGit.sublime-settings&quot;,
719
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/Website.sublime-workspace&quot;,
720
+ &quot;/Users/brockglatman/Desktop/Package Control Messages&quot;,
721
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/GitHub.sublime-settings&quot;,
722
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/User/SideBarGit.sublime-settings&quot;,
723
+ &quot;/Users/brockglatman/Library/Application Support/Sublime Text 3/Packages/SideBarGit/SideBarGit.sublime-settings&quot;,
724
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/RUNME_AFTER.sh&quot;,
725
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/RUNME.sh&quot;,
726
+ &quot;/Users/brockglatman/Desktop/English Project/_includes/base_path&quot;,
727
+ &quot;/Users/brockglatman/Desktop/English Project/_includes/masthead.html&quot;,
728
+ &quot;/Users/brockglatman/Desktop/English Project/_data/navigation/en_US.yml&quot;,
729
+ &quot;/Users/brockglatman/Desktop/English Project/Eli Wiesel.sublime-project&quot;,
730
+ &quot;/Users/brockglatman/Desktop/English Project/_pages/en_US/the_ghetto.txt&quot;,
731
+ &quot;/Users/brockglatman/Desktop/English Project/_pages/en_US/Early Life.txt&quot;,
732
+ &quot;/Users/brockglatman/Desktop/English-Project-master/package.json&quot;,
733
+ &quot;/Users/brockglatman/Desktop/English-Project-master/Gemfile&quot;,
734
+ &quot;/Users/brockglatman/Desktop/English-Project-master/minimal-mistakes-jekyll.gemspec&quot;,
735
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/test.sh&quot;,
736
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/RUNME_data/2.sh&quot;,
737
+ &quot;/Users/brockglatman/Desktop/Website-Shell-master/.gitignore&quot;,
738
+ &quot;/Users/brockglatman/Desktop/Website/RUNME.sh&quot;,
739
+ &quot;/Users/brockglatman/Desktop/Website/RUNME_AFTER.sh&quot;,
740
+ &quot;/Users/brockglatman/Desktop/Website/RUNME_data/2.sh&quot;,
741
+ &quot;/Users/brockglatman/Desktop/Website/UNINSTALLER.bash&quot;
742
+ ],
743
+ &quot;find&quot;:
744
+ {
745
+ &quot;height&quot;: 34.0
746
+ },
747
+ &quot;find_in_files&quot;:
748
+ {
749
+ &quot;height&quot;: 94.0,
750
+ &quot;where_history&quot;:
751
+ [
752
+ ]
753
+ },
754
+ &quot;find_state&quot;:
755
+ {
756
+ &quot;case_sensitive&quot;: false,
757
+ &quot;find_history&quot;:
758
+ [
759
+ &quot;green.bold&quot;,
760
+ &quot;purple&quot;,
761
+ &quot;green&quot;,
762
+ &quot;colorize[:green&quot;,
763
+ &quot;.green&quot;,
764
+ &quot;, :mode =&gt; :bold&quot;,
765
+ &quot;.colorize(:bold)&quot;,
766
+ &quot;.bold&quot;,
767
+ &quot;:color =&gt; :green, &quot;,
768
+ &quot;].colorize(:color =&gt; :green, :mode =&gt; :bold)&quot;,
769
+ &quot;].colorize(:color =&gt; :green, :mode =&gt; :bold) &quot;,
770
+ &quot;ColorizedString[\&quot;&quot;,
771
+ &quot;.colorize(:color =&gt; green, :mode =&gt; bold)&quot;,
772
+ &quot;.green.bold&quot;,
773
+ &quot;\&quot;&quot;,
774
+ &quot;&gt;=&quot;,
775
+ &quot;PrivateMethods&quot;,
776
+ &quot;PrivateVars&quot;,
777
+ &quot;puts&quot;,
778
+ &quot;|\n&quot;,
779
+ &quot;&#39;&quot;,
780
+ &quot;master&quot;,
781
+ &quot;|&quot;,
782
+ &quot;\&quot;&quot;,
783
+ &quot;&#39;&quot;,
784
+ &quot;README&quot;,
785
+ &quot;s&quot;,
786
+ &quot;ObjectArrays&quot;,
787
+ &quot;#&quot;,
788
+ &quot;:SCISSORS&quot;,
789
+ &quot;:ROCK&quot;,
790
+ &quot;:PAPER&quot;,
791
+ &quot;+=&quot;,
792
+ &quot;script&quot;,
793
+ &quot;\t\n&quot;,
794
+ &quot;/&quot;,
795
+ &quot;&#39;&quot;,
796
+ &quot;method/&quot;,
797
+ &quot;method&quot;,
798
+ &quot;method/&quot;,
799
+ &quot;/method&quot;,
800
+ &quot;confirmations&quot;,
801
+ &quot; \n&quot;,
802
+ &quot;\&quot;&quot;,
803
+ &quot;&#39;&quot;,
804
+ &quot;END&quot;,
805
+ &quot;\&quot;\n&quot;,
806
+ &quot;1&quot;,
807
+ &quot;\&quot;\n&quot;,
808
+ &quot;8&quot;,
809
+ &quot; &quot;,
810
+ &quot;using &quot;,
811
+ &quot;;&quot;,
812
+ &quot; l&quot;,
813
+ &quot;--user-instal&quot;,
814
+ &quot;sudo&quot;,
815
+ &quot;${normal}&quot;,
816
+ &quot; &quot;,
817
+ &quot; &quot;,
818
+ &quot; &quot;,
819
+ &quot; &quot;,
820
+ &quot;.\n&quot;,
821
+ &quot;,\n&quot;,
822
+ &quot;\n&quot;,
823
+ &quot;# &quot;,
824
+ &quot;file&quot;,
825
+ &quot;#&quot;,
826
+ &quot; #&quot;,
827
+ &quot;this&quot;,
828
+ &quot;${BBlack}&quot;,
829
+ &quot;${bold}&quot;,
830
+ &quot;Press&quot;,
831
+ &quot;cd&quot;,
832
+ &quot;kwon&quot;,
833
+ &quot;3px&quot;,
834
+ &quot;weisel&quot;,
835
+ &quot;weisle&quot;,
836
+ &quot;wesle&quot;,
837
+ &quot;weisel&quot;,
838
+ &quot;/&gt;\n&quot;,
839
+ &quot;images&quot;,
840
+ &quot; #&quot;,
841
+ &quot;\&quot;&quot;,
842
+ &quot;~&gt;&quot;,
843
+ &quot;&#39; &quot;,
844
+ &quot;~&gt;&quot;,
845
+ &quot;Pokemon&quot;,
846
+ &quot;hr&quot;,
847
+ &quot;&lt;a &quot;,
848
+ &quot;toc&quot;,
849
+ &quot;&lt;hr&quot;,
850
+ &quot;hr&gt;&quot;,
851
+ &quot;hr&quot;,
852
+ &quot;toc_2&quot;,
853
+ &quot;toc&quot;,
854
+ &quot;rubygems&quot;,
855
+ &quot;&gt;= 0&quot;,
856
+ &quot;bundle&quot;,
857
+ &quot;bunlde&quot;,
858
+ &quot;\&quot;&quot;,
859
+ &quot;rvm&quot;,
860
+ &quot;rvmm&quot;,
861
+ &quot;Translate&quot;,
862
+ &quot;\&quot;~/&quot;,
863
+ &quot;rubocop&quot;,
864
+ &quot;adfsa&quot;,
865
+ &quot;f&quot;,
866
+ &quot;fsdfsadfsa&quot;,
867
+ &quot;pylint&quot;,
868
+ &quot;\n &quot;,
869
+ &quot;\n &quot;,
870
+ &quot;https&quot;,
871
+ &quot;\&quot;&gt;\n&quot;,
872
+ &quot;2&quot;,
873
+ &quot;3&quot;,
874
+ &quot;;&lt;/&quot;,
875
+ &quot;ffc2bf&quot;,
876
+ &quot;site navig&quot;,
877
+ &quot;name&quot;,
878
+ &quot;&gt;;&quot;,
879
+ &quot;+&quot;,
880
+ &quot;\&quot;&quot;
881
+ ],
882
+ &quot;highlight&quot;: true,
883
+ &quot;in_selection&quot;: false,
884
+ &quot;preserve_case&quot;: false,
885
+ &quot;regex&quot;: false,
886
+ &quot;replace_history&quot;:
887
+ [
888
+ &quot;.colorize(:color =&gt; :green, :mode =&gt; :bold)&quot;,
889
+ &quot;.colorize(:color =&gt; green, :mode =&gt; bold)&quot;,
890
+ &quot;~&gt;&quot;,
891
+ &quot;&#39;&quot;,
892
+ &quot;\&quot;&quot;,
893
+ &quot;Constants&quot;,
894
+ &quot;:scissors&quot;,
895
+ &quot;:rock&quot;,
896
+ &quot;:paper&quot;,
897
+ &quot;&gt;=&quot;,
898
+ &quot;&quot;,
899
+ &quot;confirmations_master&quot;,
900
+ &quot;gem \&quot;&quot;,
901
+ &quot;&quot;,
902
+ &quot;${nonbold}&quot;,
903
+ &quot;${bold}&quot;,
904
+ &quot;${BBlack}&quot;,
905
+ &quot;&gt;=&quot;,
906
+ &quot;=&gt;&quot;,
907
+ &quot;Pok&amp;eacute;mon&quot;,
908
+ &quot;&lt;a target=\&quot;_blank\&quot; &quot;
909
+ ],
910
+ &quot;reverse&quot;: false,
911
+ &quot;show_context&quot;: true,
912
+ &quot;use_buffer2&quot;: true,
913
+ &quot;whole_word&quot;: false,
914
+ &quot;wrap&quot;: true
915
+ },
916
+ &quot;groups&quot;:
917
+ [
918
+ {
919
+ &quot;sheets&quot;:
920
+ [
921
+ ]
922
+ }
923
+ ],
924
+ &quot;incremental_find&quot;:
925
+ {
926
+ &quot;height&quot;: 33.0
927
+ },
928
+ &quot;input&quot;:
929
+ {
930
+ &quot;height&quot;: 32.0
931
+ },
932
+ &quot;layout&quot;:
933
+ {
934
+ &quot;cells&quot;:
935
+ [
936
+ [
937
+ 0,
938
+ 0,
939
+ 1,
940
+ 1
941
+ ]
942
+ ],
943
+ &quot;cols&quot;:
944
+ [
945
+ 0.0,
946
+ 1.0
947
+ ],
948
+ &quot;rows&quot;:
949
+ [
950
+ 0.0,
951
+ 1.0
952
+ ]
953
+ },
954
+ &quot;menu_visible&quot;: true,
955
+ &quot;output.csslint_result_view&quot;:
956
+ {
957
+ &quot;height&quot;: 98.0
958
+ },
959
+ &quot;output.exec&quot;:
960
+ {
961
+ &quot;height&quot;: 112.0
962
+ },
963
+ &quot;output.find_results&quot;:
964
+ {
965
+ &quot;height&quot;: 0.0
966
+ },
967
+ &quot;output.git&quot;:
968
+ {
969
+ &quot;height&quot;: 110.0
970
+ },
971
+ &quot;output.git-commit&quot;:
972
+ {
973
+ &quot;height&quot;: 98.0
974
+ },
975
+ &quot;output.git-pull&quot;:
976
+ {
977
+ &quot;height&quot;: 98.0
978
+ },
979
+ &quot;output.git-push&quot;:
980
+ {
981
+ &quot;height&quot;: 98.0
982
+ },
983
+ &quot;output.unsaved_changes&quot;:
984
+ {
985
+ &quot;height&quot;: 110.0
986
+ },
987
+ &quot;pinned_build_system&quot;: &quot;Packages/Ruby/Ruby.sublime-build&quot;,
988
+ &quot;project&quot;: &quot;RockPaperScissors.sublime-project&quot;,
989
+ &quot;replace&quot;:
990
+ {
991
+ &quot;height&quot;: 64.0
992
+ },
993
+ &quot;save_all_on_build&quot;: true,
994
+ &quot;select_file&quot;:
995
+ {
996
+ &quot;height&quot;: 0.0,
997
+ &quot;last_filter&quot;: &quot;&quot;,
998
+ &quot;selected_items&quot;:
999
+ [
1000
+ [
1001
+ &quot;install&quot;,
1002
+ &quot;_includes/tag-list.html&quot;
1003
+ ]
1004
+ ],
1005
+ &quot;width&quot;: 0.0
1006
+ },
1007
+ &quot;select_project&quot;:
1008
+ {
1009
+ &quot;height&quot;: 0.0,
1010
+ &quot;last_filter&quot;: &quot;&quot;,
1011
+ &quot;selected_items&quot;:
1012
+ [
1013
+ ],
1014
+ &quot;width&quot;: 0.0
1015
+ },
1016
+ &quot;select_symbol&quot;:
1017
+ {
1018
+ &quot;height&quot;: 0.0,
1019
+ &quot;last_filter&quot;: &quot;&quot;,
1020
+ &quot;selected_items&quot;:
1021
+ [
1022
+ ],
1023
+ &quot;width&quot;: 0.0
1024
+ },
1025
+ &quot;selected_group&quot;: 0,
1026
+ &quot;settings&quot;:
1027
+ {
1028
+ },
1029
+ &quot;show_minimap&quot;: true,
1030
+ &quot;show_open_files&quot;: true,
1031
+ &quot;show_tabs&quot;: true,
1032
+ &quot;side_bar_visible&quot;: true,
1033
+ &quot;side_bar_width&quot;: 312.0,
1034
+ &quot;status_bar_visible&quot;: true,
1035
+ &quot;template_settings&quot;:
1036
+ {
1037
+ }</pre>
1038
+
1039
+ <p>}</p>
1040
+ </main>
1041
+
1042
+
1043
+
1044
+ <footer id="validator-badges" role="contentinfo">
1045
+ <p><a href="http://validator.w3.org/check/referer">Validate</a>
1046
+ <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.0.0.
1047
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
1048
+ </footer>
1049
+