auth0 4.17.1 → 5.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -1
  3. data/.yardoc/checksums +22 -0
  4. data/.yardoc/complete +0 -0
  5. data/.yardoc/object_types +0 -0
  6. data/.yardoc/objects/root.dat +0 -0
  7. data/.yardoc/proxy_types +0 -0
  8. data/CHANGELOG.md +33 -0
  9. data/Gemfile +0 -1
  10. data/Gemfile.lock +19 -21
  11. data/README.md +1 -7
  12. data/Rakefile +0 -22
  13. data/auth0.gemspec +0 -1
  14. data/examples/ruby-api/.gitignore +0 -6
  15. data/lib/auth0/api/authentication_endpoints.rb +6 -220
  16. data/lib/auth0/api/v2/users.rb +7 -5
  17. data/lib/auth0/exception.rb +2 -7
  18. data/lib/auth0/mixins.rb +0 -1
  19. data/lib/auth0/mixins/access_token_struct.rb +2 -2
  20. data/lib/auth0/mixins/api_token_struct.rb +2 -2
  21. data/lib/auth0/mixins/initializer.rb +1 -7
  22. data/lib/auth0/mixins/permission_struct.rb +2 -2
  23. data/lib/auth0/mixins/validation.rb +1 -1
  24. data/lib/auth0/version.rb +1 -1
  25. data/spec/integration/lib/auth0/api/api_authentication_spec.rb +1 -1
  26. data/spec/integration/lib/auth0/api/v2/api_roles_spec.rb +1 -1
  27. data/spec/integration/lib/auth0/api/v2/api_users_spec.rb +1 -1
  28. data/spec/lib/auth0/api/v2/roles_spec.rb +4 -4
  29. data/spec/lib/auth0/api/v2/users_spec.rb +19 -9
  30. data/spec/support/credentials.rb +0 -19
  31. metadata +7 -31
  32. data/deploy_documentation.sh +0 -29
  33. data/doc_config/templates/default/fulldoc/html/css/full_list.css +0 -79
  34. data/doc_config/templates/default/fulldoc/html/css/style.css +0 -546
  35. data/doc_config/templates/default/layout/html/breadcrumb.erb +0 -11
  36. data/doc_config/templates/default/layout/html/footer.erb +0 -115
  37. data/doc_config/templates/default/layout/html/headers.erb +0 -17
  38. data/doc_config/templates/default/layout/html/layout.erb +0 -27
  39. data/lib/auth0/api/v1.rb +0 -19
  40. data/lib/auth0/api/v1/clients.rb +0 -58
  41. data/lib/auth0/api/v1/connections.rb +0 -68
  42. data/lib/auth0/api/v1/logs.rb +0 -43
  43. data/lib/auth0/api/v1/rules.rb +0 -57
  44. data/lib/auth0/api/v1/users.rb +0 -227
  45. data/spec/lib/auth0/api/authentication_endpoints_spec.rb +0 -703
@@ -1,546 +0,0 @@
1
- html {
2
- font-family: sans-serif;
3
- -webkit-text-size-adjust: 100%;
4
- -ms-text-size-adjust: 100%;
5
- }
6
- body {
7
- margin: 0;
8
- }
9
- article,
10
- aside,
11
- details,
12
- figcaption,
13
- figure,
14
- footer,
15
- header,
16
- hgroup,
17
- main,
18
- menu,
19
- nav,
20
- section,
21
- summary {
22
- display: block;
23
- }
24
- audio,
25
- canvas,
26
- progress,
27
- video {
28
- display: inline-block;
29
- vertical-align: baseline;
30
- }
31
- audio:not([controls]) {
32
- display: none;
33
- height: 0;
34
- }
35
- [hidden],
36
- template {
37
- display: none;
38
- }
39
- a {
40
- background-color: transparent;
41
- }
42
- a:active,
43
- a:hover {
44
- outline: 0;
45
- }
46
- abbr[title] {
47
- border-bottom: 1px dotted;
48
- }
49
- b,
50
- strong {
51
- font-weight: bold;
52
- }
53
- dfn {
54
- font-style: italic;
55
- }
56
- h1 {
57
- margin: .67em 0;
58
- font-size: 2em;
59
- }
60
- mark {
61
- color: #000;
62
- background: #ff0;
63
- }
64
- small {
65
- font-size: 80%;
66
- }
67
- sub,
68
- sup {
69
- position: relative;
70
- font-size: 75%;
71
- line-height: 0;
72
- vertical-align: baseline;
73
- }
74
- sup {
75
- top: -.5em;
76
- }
77
- sub {
78
- bottom: -.25em;
79
- }
80
- img {
81
- border: 0;
82
- }
83
- svg:not(:root) {
84
- overflow: hidden;
85
- }
86
- figure {
87
- margin: 1em 40px;
88
- }
89
- hr {
90
- height: 0;
91
- -webkit-box-sizing: content-box;
92
- -moz-box-sizing: content-box;
93
- box-sizing: content-box;
94
- }
95
- pre {
96
- overflow: auto;
97
- }
98
- code,
99
- kbd,
100
- pre,
101
- samp {
102
- font-family: monospace, monospace;
103
- font-size: 1em;
104
- }
105
- button,
106
- input,
107
- optgroup,
108
- select,
109
- textarea {
110
- margin: 0;
111
- font: inherit;
112
- color: inherit;
113
- }
114
- button {
115
- overflow: visible;
116
- }
117
- button,
118
- select {
119
- text-transform: none;
120
- }
121
- button,
122
- html input[type="button"],
123
- input[type="reset"],
124
- input[type="submit"] {
125
- -webkit-appearance: button;
126
- cursor: pointer;
127
- }
128
- button[disabled],
129
- html input[disabled] {
130
- cursor: default;
131
- }
132
- button::-moz-focus-inner,
133
- input::-moz-focus-inner {
134
- padding: 0;
135
- border: 0;
136
- }
137
- input {
138
- line-height: normal;
139
- }
140
- input[type="checkbox"],
141
- input[type="radio"] {
142
- -webkit-box-sizing: border-box;
143
- -moz-box-sizing: border-box;
144
- box-sizing: border-box;
145
- padding: 0;
146
- }
147
- input[type="number"]::-webkit-inner-spin-button,
148
- input[type="number"]::-webkit-outer-spin-button {
149
- height: auto;
150
- }
151
- input[type="search"] {
152
- -webkit-box-sizing: content-box;
153
- -moz-box-sizing: content-box;
154
- box-sizing: content-box;
155
- -webkit-appearance: textfield;
156
- }
157
- input[type="search"]::-webkit-search-cancel-button,
158
- input[type="search"]::-webkit-search-decoration {
159
- -webkit-appearance: none;
160
- }
161
- fieldset {
162
- padding: .35em .625em .75em;
163
- margin: 0 2px;
164
- border: 1px solid #c0c0c0;
165
- }
166
- legend {
167
- padding: 0;
168
- border: 0;
169
- }
170
- textarea {
171
- overflow: auto;
172
- }
173
- optgroup {
174
- font-weight: bold;
175
- }
176
- table {
177
- border-spacing: 0;
178
- border-collapse: collapse;
179
- }
180
- td,
181
- th {
182
- padding: 0;
183
- }
184
- body {
185
- padding: 0 20px;
186
- font-size: 14px;
187
- -webkit-font-smoothing: antialiased;
188
- -moz-font-smoothing: antialiased;
189
- font-family: "avenir-next-web", Avenir, "Helvetica Neue", Hevetica, sans-serif;
190
- color: #4d4d4d;
191
- }
192
- body.frames { padding: 0 5px; }
193
- h1, h2, h3, h4, h5 {
194
- line-height: 1.5;
195
- font-family: "avenir-next-web", Avenir, "Helvetica Neue", Hevetica, sans-serif;
196
- color: #000;
197
- font-weight: 400;
198
- }
199
- h1 {
200
- font-size: 3rem;
201
- }
202
- h2 {
203
- font-size: 2rem;
204
- }
205
- h3 {
206
- font-size: 1.5rem;
207
- }
208
- h4 {
209
- font-size: 1.3rem;
210
- }
211
- h5 {
212
- font-size: 16px;
213
- }
214
-
215
- .clear { clear: both; }
216
- .inline { display: inline; }
217
- .inline p:first-child { display: inline; }
218
- .docstring h1, .docstring h2, .docstring h3, .docstring h4 { padding: 0; border: 0; border-bottom: 1px dotted #bbb; }
219
- .docstring h1 { font-size: 1.2em; }
220
- .docstring h2 { font-size: 1.1em; }
221
- .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
222
- .summary_desc .object_link, .docstring .object_link { font-family: monospace; }
223
- .rdoc-term { padding-right: 25px; font-weight: bold; }
224
- .rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
225
-
226
- /* style for <table> */
227
- #filecontents table, .docstring table { border-collapse: collapse; }
228
- #filecontents table th, #filecontents table td,
229
- .docstring table th, .docstring table td { border: 1px solid #ccc; padding: 8px; padding-right: 17px; }
230
- #filecontents table tr:nth-child(odd),
231
- .docstring table tr:nth-child(odd) { background: #eee; }
232
- #filecontents table tr:nth-child(even),
233
- .docstring table tr:nth-child(even) { background: #fff; }
234
- #filecontents table th, .docstring table th { background: #fff; }
235
-
236
- /* style for <ul> */
237
- #filecontents li > p, .docstring li > p { margin: 0px; }
238
- #filecontents ul, .docstring ul { padding-left: 20px; }
239
- /* style for <dl> */
240
- #filecontents dl, .docstring dl { border: 1px solid #ccc; }
241
- #filecontents dt, .docstring dt { background: #ddd; font-weight: bold; padding: 3px 5px; }
242
- #filecontents dd, .docstring dd { padding: 5px 0px; margin-left: 18px; }
243
- #filecontents dd > p, .docstring dd > p { margin: 0px; }
244
-
245
- .note {
246
- color: #222;
247
- -moz-border-radius: 3px; -webkit-border-radius: 3px;
248
- background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
249
- display: block;
250
- }
251
- .note.todo { background: #ffffc5; border-color: #ececaa; }
252
- .note.returns_void { background: #efefef; }
253
- .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
254
- .note.private { background: #ffffc5; border-color: #ececaa; }
255
- .note.title { padding: 1px 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
256
- .summary_signature + .note.title { margin-left: 7px; }
257
- h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
258
- .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
259
- .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
260
- .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
261
- .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
262
- .note.title.not_defined_here { background: transparent; border: none; font-style: italic; }
263
- .discussion .note { margin-top: 6px; }
264
- .discussion .note:first-child { margin-top: 0; }
265
-
266
- h3.inherited {
267
- font-style: italic;
268
- font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
269
- font-weight: normal;
270
- padding: 0;
271
- margin: 0;
272
- margin-top: 12px;
273
- margin-bottom: 3px;
274
- font-size: 13px;
275
- }
276
- p.inherited {
277
- padding: 0;
278
- margin: 0;
279
- margin-left: 25px;
280
- }
281
-
282
- #filecontents dl.box, dl.box {
283
- border: 0;
284
- width: 520px;
285
- font-size: 1em;
286
- }
287
- #filecontents dl.box dt, dl.box dt {
288
- float: left;
289
- display: block;
290
- width: 100px;
291
- margin: 0;
292
- text-align: right;
293
- font-weight: bold;
294
- background: transparent;
295
- border: 1px solid #aaa;
296
- border-width: 1px 0px 0px 1px;
297
- padding: 6px 0;
298
- padding-right: 10px;
299
- }
300
- #filecontents dl.box dd, dl.box dd {
301
- float: left;
302
- display: block;
303
- width: 380px;
304
- margin: 0;
305
- padding: 6px 0;
306
- padding-right: 20px;
307
- border: 1px solid #aaa;
308
- border-width: 1px 1px 0 0;
309
- }
310
- #filecontents dl.box .last, dl.box .last {
311
- border-bottom: 1px solid #aaa;
312
- }
313
- #filecontents dl.box .r1, dl.box .r1 { background: #eee; }
314
-
315
- dl.box * {
316
- box-sizing: content-box;
317
- }
318
-
319
- ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
320
- .index_inline_list { padding-left: 0; font-size: 1.1em; }
321
- .index_inline_list li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
322
-
323
- dl.constants { margin-left: 40px; }
324
- dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
325
- dl.constants dd { width: 75%; white-space: pre; font-family: monospace; margin-bottom: 18px; }
326
-
327
- .summary_desc { margin-left: 32px; display: block; font-family: sans-serif; }
328
- .summary_desc tt { font-size: 0.9em; }
329
- dl.constants .note { padding: 2px 6px; padding-right: 12px; margin-top: 6px; }
330
- dl.constants .docstring { margin-left: 32px; font-size: 0.9em; font-weight: normal; }
331
- dl.constants .tags { padding-left: 32px; font-size: 0.9em; line-height: 0.8em; }
332
- dl.constants .discussion *:first-child { margin-top: 0; }
333
- dl.constants .discussion *:last-child { margin-bottom: 0; }
334
-
335
- .method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
336
- .method_details.first { border: 0; }
337
- p.signature, h3.signature {
338
- font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
339
- padding: 6px 10px;
340
- margin-top: 18px;
341
- color: #fff;
342
- background: #2f383d;
343
- }
344
- p.signature tt,
345
- h3.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
346
- p.signature .overload,
347
- h3.signature .overload { display: block; }
348
- p.signature .extras,
349
- h3.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
350
- p.signature .not_defined_here,
351
- h3.signature .not_defined_here,
352
- p.signature .aliases,
353
- h3.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
354
- p.signature .aliases .names,
355
- h3.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
356
-
357
- .tags .tag_title { font-size: 1em; margin-bottom: 0; font-weight: bold; }
358
- .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
359
- .tags ul li { margin-bottom: 3px; }
360
- .tags ul .name { font-family: monospace; font-weight: bold; }
361
- .tags ul .note { padding: 3px 6px; }
362
- .tags { margin-bottom: 12px; }
363
-
364
- .tags .examples .tag_title { margin-bottom: 10px; font-weight: bold; }
365
- .tags .examples .inline p { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
366
-
367
- .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
368
- .tags .overload .overload_item .signature {
369
- padding: 2px 8px;
370
- background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
371
- }
372
- .tags .overload .signature { margin-left: -15px; font-family: monospace; display: block; font-size: 1.1em; }
373
- .tags .overload .docstring { margin-top: 15px; }
374
-
375
- .defines { display: none; }
376
-
377
- #method_missing_details .notice.this { position: relative; top: -8px; color: #888; padding: 0; margin: 0; }
378
-
379
- .showSource { font-size: 0.9em; }
380
- .showSource a:link, .showSource a:visited { text-decoration: none; color: #666; }
381
-
382
- #content a:link, #content a:visited { text-decoration: none; color: #000; }
383
- #content a:hover { color: #5c666f; }
384
- div.docstring, p.docstring { margin-right: 6em; }
385
-
386
- ul.summary {
387
- list-style: none;
388
- font-family: monospace;
389
- font-size: 1em;
390
- line-height: 1.5em;
391
- }
392
- ul.summary a:link, ul.summary a:visited {
393
- text-decoration: none; font-size: 1.1em;
394
- }
395
- ul.summary li { margin-bottom: 5px; }
396
- .summary .summary_signature {
397
- padding: 1px 10px;
398
- }
399
- .summary_signature:hover {cursor: pointer; }
400
- ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
401
- ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
402
- #content .summary_signature:hover a:link,
403
- #content .summary_signature:hover a:visited {
404
- color: #5c666f;
405
- }
406
-
407
- p.inherited a { font-family: monospace; font-size: 0.9em; }
408
- p.inherited { word-spacing: 5px; font-size: 1.2em; }
409
-
410
- p.children { font-size: 1.2em; }
411
- p.children a { font-size: 0.9em; }
412
- p.children strong { font-size: 0.8em; }
413
- p.children strong.modules { padding-left: 5px; }
414
-
415
- ul.fullTree { display: none; padding-left: 0; list-style: none; margin-left: 0; margin-bottom: 10px; }
416
- ul.fullTree ul { margin-left: 0; padding-left: 0; list-style: none; }
417
- ul.fullTree li { text-align: center; padding-top: 18px; padding-bottom: 12px; background: url(data:image/gif;base64,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) no-repeat top center; }
418
- ul.fullTree li:first-child { padding-top: 0; background: transparent; }
419
- ul.fullTree li:last-child { padding-bottom: 0; }
420
- .showAll ul.fullTree { display: block; }
421
- .showAll .inheritName { display: none; }
422
-
423
- #search { float: right; top:30px; }
424
- #search a:link, #search a:visited {
425
- display: block;
426
- float: left;
427
- margin-right: 4px;
428
- padding: 8px 10px;
429
- text-decoration: none;
430
- border-radius: 3px;
431
- color: #777;
432
- }
433
- #search a.active {
434
- padding-bottom: 20px;
435
- -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
436
- -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
437
- }
438
- #search a.inactive { color: #999; }
439
- .frames #search { display: none; }
440
- .inheritanceTree, .toggleDefines { float: right; }
441
-
442
- #menu { font-size: 1.3em; color: #bbb; top: -5px; position: relative; float: left; clear: none; }
443
- #menu .title, #menu a { font-size: 0.7em; }
444
- #menu .title a { font-size: 1em; }
445
- #menu .title { color: #555; }
446
- #menu a:link, #menu a:visited { text-decoration: none; border-bottom: 1px dotted #bbd; color: #5c666f; }
447
- #menu a:hover { color: #05a; }
448
- #menu .noframes { display: inline; }
449
- .frames #menu .noframes { display: inline; float: right; }
450
-
451
- #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
452
- #footer a:link, #footer a:visited { color: #444; text-decoration: none; border-bottom: 1px dotted #bbd; }
453
- #footer a:hover { color: #05a; }
454
-
455
- #listing ul.alpha { font-size: 1.1em; }
456
- #listing ul.alpha { margin: 0; padding: 0; padding-bottom: 10px; list-style: none; }
457
- #listing ul.alpha li.letter { font-size: 1.4em; padding-bottom: 10px; }
458
- #listing ul.alpha ul { margin: 0; padding-left: 15px; }
459
- #listing ul small { color: #666; font-size: 0.7em; }
460
-
461
- li.r1 { background: #f0f0f0; }
462
- li.r2 { background: #fafafa; }
463
-
464
- #search_frame {
465
- z-index: 9999;
466
- background: #fff;
467
- display: none;
468
- position: absolute;
469
- top: 125px;
470
- right: 18px;
471
- width: 500px;
472
- height: 80%;
473
- overflow-y: scroll;
474
- border: 1px solid #999;
475
- border-collapse: collapse;
476
- -webkit-box-shadow: -7px 5px 25px #aaa;
477
- -moz-box-shadow: -7px 5px 25px #aaa;
478
- -moz-border-radius: 2px;
479
- -webkit-border-radius: 2px;
480
- }
481
-
482
- #content ul.summary li.deprecated .summary_signature a:link,
483
- #content ul.summary li.deprecated .summary_signature a:visited { text-decoration: line-through; font-style: italic; }
484
-
485
- #toc {
486
- padding: 20px;
487
- padding-right: 30px;
488
- border: 1px solid #ddd;
489
- float: right;
490
- margin-left: 20px;
491
- margin-bottom: 20px;
492
- max-width: 300px;
493
- z-index: 5000;
494
- position: relative;
495
- overflow-x: auto;
496
- background: #f3f3f4;
497
- color: #5c666f;
498
- }
499
- #toc.nofloat { float: none; max-width: none; border: none; padding: 0; margin: 20px 0; -webkit-box-shadow: none; -moz-box-shadow: none; }
500
- #toc.nofloat.hidden { padding: 0; background: 0; margin-bottom: 5px; }
501
- #toc .title { margin: 0; }
502
- #toc ol { padding-left: 1.8em; }
503
- #toc li { font-size: 1.1em; line-height: 1.7em; }
504
- #toc > ol > li { font-size: 1.1em; font-weight: bold; }
505
- #toc ol > ol { font-size: 0.9em; }
506
- #toc ol ol > ol { padding-left: 2.3em; }
507
- #toc ol + li { margin-top: 0.3em; }
508
- #toc.hidden { padding: 10px; background: #f6f6f6; -webkit-box-shadow: none; -moz-box-shadow: none; }
509
- #filecontents h1 + #toc.nofloat { margin-top: 0; }
510
-
511
- /* syntax highlighting */
512
- .source_code {
513
- display: none;
514
- padding: 3px 8px;
515
- margin-top: 5px;
516
- }
517
- #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
518
- #filecontents pre.code, .docstring pre.code { display: block; }
519
- .source_code .lines { padding-right: 12px; color: #fff; text-align: right; }
520
- #filecontents pre.code, .docstring pre.code,
521
- .tags pre.example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #2f383d; }
522
- pre.code { color: #fff; background: #2f383d;}
523
- pre.code .info.file { color: #555; }
524
- pre.code .val { color: #036A07; }
525
- pre.code .tstring_content,
526
- pre.code .heredoc_beg, pre.code .heredoc_end,
527
- pre.code .qwords_beg, pre.code .qwords_end,
528
- pre.code .tstring, pre.code .dstring { color: #00fbca; }
529
- pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
530
- pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
531
- pre.code .dot + pre.code .id,
532
- pre.code .rubyid_to_i pre.code .rubyid_each { color: #ff9a56; }
533
- pre.code .comment { color: #0066FF; }
534
- pre.code .const, pre.code .constant { color: #42c7f4; }
535
- pre.code .label,
536
- pre.code .symbol { color: #fff; }
537
- pre.code .kw,
538
- pre.code .rubyid_require,
539
- pre.code .rubyid_extend,
540
- pre.code .rubyid_include { color: #ff9a56; }
541
- pre.code .ivar { color: #318495; }
542
- pre.code .gvar,
543
- pre.code .rubyid_backref,
544
- pre.code .rubyid_nth_ref { color: #6D79DE; }
545
- pre.code .regexp, .dregexp { color: #036A07; }
546
- pre.code a { border-bottom: 1px dotted #bbf; }