prismic.io 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/docs/Prismic/API/BadPrismicResponseError.html +44 -43
- data/docs/Prismic/API/OAuth.html +99 -98
- data/docs/Prismic/API/PrismicWSAuthError.html +67 -66
- data/docs/Prismic/API/PrismicWSConnectionError.html +51 -50
- data/docs/Prismic/API.html +434 -280
- data/docs/Prismic/BasicNullCache.html +49 -48
- data/docs/Prismic/DefaultHTTPClient.html +85 -79
- data/docs/Prismic/Document.html +279 -83
- data/docs/Prismic/Error.html +52 -51
- data/docs/Prismic/Experiment.html +60 -59
- data/docs/Prismic/Experiments.html +61 -60
- data/docs/Prismic/Field.html +54 -53
- data/docs/Prismic/Form.html +70 -69
- data/docs/Prismic/Fragments/Color.html +60 -59
- data/docs/Prismic/Fragments/Date.html +52 -51
- data/docs/Prismic/Fragments/DocumentLink.html +78 -76
- data/docs/Prismic/Fragments/Embed.html +60 -59
- data/docs/Prismic/Fragments/FileLink.html +58 -57
- data/docs/Prismic/Fragments/Fragment.html +49 -48
- data/docs/Prismic/Fragments/GeoPoint.html +54 -53
- data/docs/Prismic/Fragments/Group.html +65 -63
- data/docs/Prismic/Fragments/GroupDocument.html +57 -55
- data/docs/Prismic/Fragments/Image/View.html +64 -63
- data/docs/Prismic/Fragments/Image/ViewDoesNotExistException.html +44 -43
- data/docs/Prismic/Fragments/Image.html +69 -68
- data/docs/Prismic/Fragments/ImageLink.html +50 -49
- data/docs/Prismic/Fragments/Link.html +53 -52
- data/docs/Prismic/Fragments/Multiple.html +58 -57
- data/docs/Prismic/Fragments/Number.html +54 -53
- data/docs/Prismic/Fragments/Select.html +52 -51
- data/docs/Prismic/Fragments/Separator.html +54 -53
- data/docs/Prismic/Fragments/Slice.html +58 -57
- data/docs/Prismic/Fragments/SliceZone.html +54 -53
- data/docs/Prismic/Fragments/StructuredText/Block/Embed.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Heading.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Image.html +66 -65
- data/docs/Prismic/Fragments/StructuredText/Block/ListItem.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Block/Paragraph.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Block/Preformatted.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Block/Text.html +68 -64
- data/docs/Prismic/Fragments/StructuredText/Block.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/BlockGroup.html +54 -53
- data/docs/Prismic/Fragments/StructuredText/Span/Em.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Span/Hyperlink.html +53 -52
- data/docs/Prismic/Fragments/StructuredText/Span/Label.html +52 -51
- data/docs/Prismic/Fragments/StructuredText/Span/Strong.html +47 -46
- data/docs/Prismic/Fragments/StructuredText/Span.html +52 -51
- data/docs/Prismic/Fragments/StructuredText.html +59 -58
- data/docs/Prismic/Fragments/Text.html +54 -53
- data/docs/Prismic/Fragments/Timestamp.html +52 -51
- data/docs/Prismic/Fragments/WebLink.html +50 -49
- data/docs/Prismic/Fragments.html +39 -39
- data/docs/Prismic/HtmlSerializer.html +57 -56
- data/docs/Prismic/JsonParser.html +145 -143
- data/docs/Prismic/LinkResolver.html +73 -72
- data/docs/Prismic/LruCache.html +70 -69
- data/docs/Prismic/Predicates.html +261 -209
- data/docs/Prismic/Ref.html +86 -85
- data/docs/Prismic/Response.html +75 -73
- data/docs/Prismic/SearchForm/AuthenticationException.html +44 -43
- data/docs/Prismic/SearchForm/AuthorizationException.html +44 -43
- data/docs/Prismic/SearchForm/FormSearchException.html +44 -43
- data/docs/Prismic/SearchForm/NoRefSetException.html +44 -43
- data/docs/Prismic/SearchForm/RefNotFoundException.html +44 -43
- data/docs/Prismic/SearchForm/UnsupportedFormKind.html +44 -43
- data/docs/Prismic/SearchForm.html +97 -96
- data/docs/Prismic/Variation.html +57 -56
- data/docs/Prismic/WithFragments.html +115 -113
- data/docs/Prismic.html +91 -93
- data/docs/_index.html +32 -35
- data/docs/class_list.html +24 -27
- data/docs/css/full_list.css +32 -31
- data/docs/css/style.css +244 -91
- data/docs/file.README.html +39 -74
- data/docs/file_list.html +26 -26
- data/docs/frames.html +7 -16
- data/docs/index.html +39 -74
- data/docs/js/app.js +101 -77
- data/docs/js/full_list.js +170 -132
- data/docs/method_list.html +1995 -1189
- data/docs/top-level-namespace.html +34 -36
- data/lib/prismic/api.rb +10 -1
- data/lib/prismic/fragments/link.rb +3 -2
- data/lib/prismic/json_parsers.rb +14 -0
- data/lib/prismic/version.rb +1 -1
- data/lib/prismic.rb +47 -5
- data/spec/cache_spec.rb +2 -2
- data/spec/fragments_spec.rb +8 -1
- data/spec/json_parsers_spec.rb +13 -1
- data/spec/prismic_spec.rb +14 -7
- data/spec/responses_mocks/document.json +13 -0
- data/spec/simple_search_spec.rb +9 -0
- metadata +2 -2
@@ -1,12 +1,12 @@
|
|
1
|
-
<!DOCTYPE html
|
2
|
-
|
3
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html>
|
4
3
|
<head>
|
5
|
-
<meta
|
4
|
+
<meta charset="utf-8">
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6
6
|
<title>
|
7
7
|
Module: Prismic::Predicates
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8
|
9
|
+
— Documentation by YARD 0.9.8
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -15,9 +15,8 @@
|
|
15
15
|
<link rel="stylesheet" href="../css/common.css" type="text/css" charset="utf-8" />
|
16
16
|
|
17
17
|
<script type="text/javascript" charset="utf-8">
|
18
|
-
|
18
|
+
pathId = "Prismic::Predicates";
|
19
19
|
relpath = '../';
|
20
|
-
framesUrl = "../frames.html#!Prismic/Predicates.html";
|
21
20
|
</script>
|
22
21
|
|
23
22
|
|
@@ -28,61 +27,61 @@
|
|
28
27
|
|
29
28
|
</head>
|
30
29
|
<body>
|
31
|
-
<div
|
32
|
-
<
|
30
|
+
<div class="nav_wrap">
|
31
|
+
<iframe id="nav" src="../class_list.html?1"></iframe>
|
32
|
+
<div id="resizer"></div>
|
33
|
+
</div>
|
34
|
+
|
35
|
+
<div id="main" tabindex="-1">
|
36
|
+
<div id="header">
|
37
|
+
<div id="menu">
|
33
38
|
|
34
39
|
<a href="../_index.html">Index (P)</a> »
|
35
40
|
<span class='title'><span class='object_link'><a href="../Prismic.html" title="Prismic (module)">Prismic</a></span></span>
|
36
41
|
»
|
37
42
|
<span class="title">Predicates</span>
|
38
43
|
|
39
|
-
|
40
|
-
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
41
44
|
</div>
|
42
45
|
|
43
|
-
|
46
|
+
<div id="search">
|
44
47
|
|
45
48
|
<a class="full_list_link" id="class_list_link"
|
46
49
|
href="../class_list.html">
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
</a>
|
54
|
-
|
55
|
-
<a class="full_list_link" id="file_list_link"
|
56
|
-
href="../file_list.html">
|
57
|
-
File List
|
50
|
+
|
51
|
+
<svg width="24" height="24">
|
52
|
+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
|
53
|
+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
|
54
|
+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
|
55
|
+
</svg>
|
58
56
|
</a>
|
59
57
|
|
60
58
|
</div>
|
61
|
-
|
62
|
-
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
63
61
|
|
64
|
-
|
65
|
-
|
66
|
-
<div id="content"><h1>Module: Prismic::Predicates
|
62
|
+
<div id="content"><h1>Module: Prismic::Predicates
|
67
63
|
|
68
64
|
|
69
65
|
|
70
66
|
</h1>
|
67
|
+
<div class="box_info">
|
68
|
+
|
71
69
|
|
72
|
-
<dl class="box">
|
73
70
|
|
74
71
|
|
75
|
-
|
76
72
|
|
77
|
-
|
78
73
|
|
79
74
|
|
75
|
+
|
80
76
|
|
81
|
-
|
82
|
-
|
77
|
+
|
78
|
+
|
79
|
+
<dl>
|
80
|
+
<dt>Defined in:</dt>
|
81
|
+
<dd>lib/prismic/predicates.rb</dd>
|
82
|
+
</dl>
|
83
83
|
|
84
|
-
</
|
85
|
-
<div class="clear"></div>
|
84
|
+
</div>
|
86
85
|
|
87
86
|
|
88
87
|
|
@@ -94,7 +93,7 @@
|
|
94
93
|
|
95
94
|
<h2>
|
96
95
|
Class Method Summary
|
97
|
-
<small
|
96
|
+
<small><a href="#" class="summary_toggle">collapse</a></small>
|
98
97
|
</h2>
|
99
98
|
|
100
99
|
<ul class="summary">
|
@@ -102,7 +101,29 @@
|
|
102
101
|
<li class="public ">
|
103
102
|
<span class="summary_signature">
|
104
103
|
|
105
|
-
<a href="#any-class_method" title="any (class method)"
|
104
|
+
<a href="#any-class_method" title="any (class method)">.<strong>any</strong>(fragment, values) ⇒ Object </a>
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
</span>
|
109
|
+
|
110
|
+
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
|
117
|
+
|
118
|
+
<span class="summary_desc"><div class='inline'></div></span>
|
119
|
+
|
120
|
+
</li>
|
121
|
+
|
122
|
+
|
123
|
+
<li class="public ">
|
124
|
+
<span class="summary_signature">
|
125
|
+
|
126
|
+
<a href="#at-class_method" title="at (class method)">.<strong>at</strong>(fragment, value) ⇒ Object </a>
|
106
127
|
|
107
128
|
|
108
129
|
|
@@ -124,7 +145,7 @@
|
|
124
145
|
<li class="public ">
|
125
146
|
<span class="summary_signature">
|
126
147
|
|
127
|
-
<a href="#
|
148
|
+
<a href="#date_after-class_method" title="date_after (class method)">.<strong>date_after</strong>(fragment, after) ⇒ Object </a>
|
128
149
|
|
129
150
|
|
130
151
|
|
@@ -146,7 +167,7 @@
|
|
146
167
|
<li class="public ">
|
147
168
|
<span class="summary_signature">
|
148
169
|
|
149
|
-
<a href="#
|
170
|
+
<a href="#date_before-class_method" title="date_before (class method)">.<strong>date_before</strong>(fragment, before) ⇒ Object </a>
|
150
171
|
|
151
172
|
|
152
173
|
|
@@ -168,7 +189,7 @@
|
|
168
189
|
<li class="public ">
|
169
190
|
<span class="summary_signature">
|
170
191
|
|
171
|
-
<a href="#
|
192
|
+
<a href="#date_between-class_method" title="date_between (class method)">.<strong>date_between</strong>(fragment, before, after) ⇒ Object </a>
|
172
193
|
|
173
194
|
|
174
195
|
|
@@ -190,7 +211,7 @@
|
|
190
211
|
<li class="public ">
|
191
212
|
<span class="summary_signature">
|
192
213
|
|
193
|
-
<a href="#
|
214
|
+
<a href="#day_of_month-class_method" title="day_of_month (class method)">.<strong>day_of_month</strong>(fragment, day) ⇒ Object </a>
|
194
215
|
|
195
216
|
|
196
217
|
|
@@ -212,7 +233,7 @@
|
|
212
233
|
<li class="public ">
|
213
234
|
<span class="summary_signature">
|
214
235
|
|
215
|
-
<a href="#
|
236
|
+
<a href="#day_of_month_after-class_method" title="day_of_month_after (class method)">.<strong>day_of_month_after</strong>(fragment, day) ⇒ Object </a>
|
216
237
|
|
217
238
|
|
218
239
|
|
@@ -234,7 +255,7 @@
|
|
234
255
|
<li class="public ">
|
235
256
|
<span class="summary_signature">
|
236
257
|
|
237
|
-
<a href="#
|
258
|
+
<a href="#day_of_month_before-class_method" title="day_of_month_before (class method)">.<strong>day_of_month_before</strong>(fragment, day) ⇒ Object </a>
|
238
259
|
|
239
260
|
|
240
261
|
|
@@ -256,7 +277,7 @@
|
|
256
277
|
<li class="public ">
|
257
278
|
<span class="summary_signature">
|
258
279
|
|
259
|
-
<a href="#
|
280
|
+
<a href="#day_of_week-class_method" title="day_of_week (class method)">.<strong>day_of_week</strong>(fragment, day) ⇒ Object </a>
|
260
281
|
|
261
282
|
|
262
283
|
|
@@ -278,7 +299,7 @@
|
|
278
299
|
<li class="public ">
|
279
300
|
<span class="summary_signature">
|
280
301
|
|
281
|
-
<a href="#
|
302
|
+
<a href="#day_of_week_after-class_method" title="day_of_week_after (class method)">.<strong>day_of_week_after</strong>(fragment, day) ⇒ Object </a>
|
282
303
|
|
283
304
|
|
284
305
|
|
@@ -300,7 +321,7 @@
|
|
300
321
|
<li class="public ">
|
301
322
|
<span class="summary_signature">
|
302
323
|
|
303
|
-
<a href="#
|
324
|
+
<a href="#day_of_week_before-class_method" title="day_of_week_before (class method)">.<strong>day_of_week_before</strong>(fragment, day) ⇒ Object </a>
|
304
325
|
|
305
326
|
|
306
327
|
|
@@ -322,7 +343,7 @@
|
|
322
343
|
<li class="public ">
|
323
344
|
<span class="summary_signature">
|
324
345
|
|
325
|
-
<a href="#
|
346
|
+
<a href="#fulltext-class_method" title="fulltext (class method)">.<strong>fulltext</strong>(fragment, values) ⇒ Object </a>
|
326
347
|
|
327
348
|
|
328
349
|
|
@@ -344,7 +365,7 @@
|
|
344
365
|
<li class="public ">
|
345
366
|
<span class="summary_signature">
|
346
367
|
|
347
|
-
<a href="#
|
368
|
+
<a href="#gt-class_method" title="gt (class method)">.<strong>gt</strong>(fragment, value) ⇒ Object </a>
|
348
369
|
|
349
370
|
|
350
371
|
|
@@ -366,7 +387,7 @@
|
|
366
387
|
<li class="public ">
|
367
388
|
<span class="summary_signature">
|
368
389
|
|
369
|
-
<a href="#
|
390
|
+
<a href="#has-class_method" title="has (class method)">.<strong>has</strong>(fragment) ⇒ Object </a>
|
370
391
|
|
371
392
|
|
372
393
|
|
@@ -388,7 +409,7 @@
|
|
388
409
|
<li class="public ">
|
389
410
|
<span class="summary_signature">
|
390
411
|
|
391
|
-
<a href="#
|
412
|
+
<a href="#hour-class_method" title="hour (class method)">.<strong>hour</strong>(fragment, hour) ⇒ Object </a>
|
392
413
|
|
393
414
|
|
394
415
|
|
@@ -410,7 +431,7 @@
|
|
410
431
|
<li class="public ">
|
411
432
|
<span class="summary_signature">
|
412
433
|
|
413
|
-
<a href="#
|
434
|
+
<a href="#hour_after-class_method" title="hour_after (class method)">.<strong>hour_after</strong>(fragment, hour) ⇒ Object </a>
|
414
435
|
|
415
436
|
|
416
437
|
|
@@ -432,7 +453,7 @@
|
|
432
453
|
<li class="public ">
|
433
454
|
<span class="summary_signature">
|
434
455
|
|
435
|
-
<a href="#
|
456
|
+
<a href="#hour_before-class_method" title="hour_before (class method)">.<strong>hour_before</strong>(fragment, hour) ⇒ Object </a>
|
436
457
|
|
437
458
|
|
438
459
|
|
@@ -454,7 +475,7 @@
|
|
454
475
|
<li class="public ">
|
455
476
|
<span class="summary_signature">
|
456
477
|
|
457
|
-
<a href="#
|
478
|
+
<a href="#in-class_method" title="in (class method)">.<strong>in</strong>(fragment, value) ⇒ Object </a>
|
458
479
|
|
459
480
|
|
460
481
|
|
@@ -476,7 +497,7 @@
|
|
476
497
|
<li class="public ">
|
477
498
|
<span class="summary_signature">
|
478
499
|
|
479
|
-
<a href="#
|
500
|
+
<a href="#in_range-class_method" title="in_range (class method)">.<strong>in_range</strong>(fragment, before, after) ⇒ Object </a>
|
480
501
|
|
481
502
|
|
482
503
|
|
@@ -498,7 +519,7 @@
|
|
498
519
|
<li class="public ">
|
499
520
|
<span class="summary_signature">
|
500
521
|
|
501
|
-
<a href="#
|
522
|
+
<a href="#lt-class_method" title="lt (class method)">.<strong>lt</strong>(fragment, value) ⇒ Object </a>
|
502
523
|
|
503
524
|
|
504
525
|
|
@@ -520,7 +541,7 @@
|
|
520
541
|
<li class="public ">
|
521
542
|
<span class="summary_signature">
|
522
543
|
|
523
|
-
<a href="#
|
544
|
+
<a href="#missing-class_method" title="missing (class method)">.<strong>missing</strong>(fragment) ⇒ Object </a>
|
524
545
|
|
525
546
|
|
526
547
|
|
@@ -542,7 +563,7 @@
|
|
542
563
|
<li class="public ">
|
543
564
|
<span class="summary_signature">
|
544
565
|
|
545
|
-
<a href="#
|
566
|
+
<a href="#month-class_method" title="month (class method)">.<strong>month</strong>(fragment, month) ⇒ Object </a>
|
546
567
|
|
547
568
|
|
548
569
|
|
@@ -564,7 +585,7 @@
|
|
564
585
|
<li class="public ">
|
565
586
|
<span class="summary_signature">
|
566
587
|
|
567
|
-
<a href="#
|
588
|
+
<a href="#month_after-class_method" title="month_after (class method)">.<strong>month_after</strong>(fragment, month) ⇒ Object </a>
|
568
589
|
|
569
590
|
|
570
591
|
|
@@ -586,7 +607,7 @@
|
|
586
607
|
<li class="public ">
|
587
608
|
<span class="summary_signature">
|
588
609
|
|
589
|
-
<a href="#
|
610
|
+
<a href="#month_before-class_method" title="month_before (class method)">.<strong>month_before</strong>(fragment, month) ⇒ Object </a>
|
590
611
|
|
591
612
|
|
592
613
|
|
@@ -608,7 +629,7 @@
|
|
608
629
|
<li class="public ">
|
609
630
|
<span class="summary_signature">
|
610
631
|
|
611
|
-
<a href="#
|
632
|
+
<a href="#near-class_method" title="near (class method)">.<strong>near</strong>(fragment, latitude, longitude, radius) ⇒ Object </a>
|
612
633
|
|
613
634
|
|
614
635
|
|
@@ -630,7 +651,7 @@
|
|
630
651
|
<li class="public ">
|
631
652
|
<span class="summary_signature">
|
632
653
|
|
633
|
-
<a href="#
|
654
|
+
<a href="#not-class_method" title="not (class method)">.<strong>not</strong>(fragment, value) ⇒ Object </a>
|
634
655
|
|
635
656
|
|
636
657
|
|
@@ -652,7 +673,7 @@
|
|
652
673
|
<li class="public ">
|
653
674
|
<span class="summary_signature">
|
654
675
|
|
655
|
-
<a href="#similar-class_method" title="similar (class method)"
|
676
|
+
<a href="#similar-class_method" title="similar (class method)">.<strong>similar</strong>(fragment, value) ⇒ Object </a>
|
656
677
|
|
657
678
|
|
658
679
|
|
@@ -674,7 +695,7 @@
|
|
674
695
|
<li class="public ">
|
675
696
|
<span class="summary_signature">
|
676
697
|
|
677
|
-
<a href="#year-class_method" title="year (class method)"
|
698
|
+
<a href="#year-class_method" title="year (class method)">.<strong>year</strong>(fragment, year) ⇒ Object </a>
|
678
699
|
|
679
700
|
|
680
701
|
|
@@ -696,7 +717,7 @@
|
|
696
717
|
<li class="public ">
|
697
718
|
<span class="summary_signature">
|
698
719
|
|
699
|
-
<a href="#year_after-class_method" title="year_after (class method)"
|
720
|
+
<a href="#year_after-class_method" title="year_after (class method)">.<strong>year_after</strong>(fragment, year) ⇒ Object </a>
|
700
721
|
|
701
722
|
|
702
723
|
|
@@ -718,7 +739,7 @@
|
|
718
739
|
<li class="public ">
|
719
740
|
<span class="summary_signature">
|
720
741
|
|
721
|
-
<a href="#year_before-class_method" title="year_before (class method)"
|
742
|
+
<a href="#year_before-class_method" title="year_before (class method)">.<strong>year_before</strong>(fragment, year) ⇒ Object </a>
|
722
743
|
|
723
744
|
|
724
745
|
|
@@ -749,7 +770,7 @@
|
|
749
770
|
<div class="method_details first">
|
750
771
|
<h3 class="signature first" id="any-class_method">
|
751
772
|
|
752
|
-
|
773
|
+
.<strong>any</strong>(fragment, values) ⇒ <tt>Object</tt>
|
753
774
|
|
754
775
|
|
755
776
|
|
@@ -761,12 +782,12 @@
|
|
761
782
|
<pre class="lines">
|
762
783
|
|
763
784
|
|
764
|
-
|
765
|
-
|
766
|
-
|
785
|
+
16
|
786
|
+
17
|
787
|
+
18</pre>
|
767
788
|
</td>
|
768
789
|
<td>
|
769
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
790
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 16</span>
|
770
791
|
|
771
792
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_any'>any</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_values'>values</span><span class='rparen'>)</span>
|
772
793
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>any</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_values'>values</span><span class='rbracket'>]</span>
|
@@ -779,7 +800,7 @@
|
|
779
800
|
<div class="method_details ">
|
780
801
|
<h3 class="signature " id="at-class_method">
|
781
802
|
|
782
|
-
|
803
|
+
.<strong>at</strong>(fragment, value) ⇒ <tt>Object</tt>
|
783
804
|
|
784
805
|
|
785
806
|
|
@@ -809,7 +830,7 @@
|
|
809
830
|
<div class="method_details ">
|
810
831
|
<h3 class="signature " id="date_after-class_method">
|
811
832
|
|
812
|
-
|
833
|
+
.<strong>date_after</strong>(fragment, after) ⇒ <tt>Object</tt>
|
813
834
|
|
814
835
|
|
815
836
|
|
@@ -821,12 +842,12 @@
|
|
821
842
|
<pre class="lines">
|
822
843
|
|
823
844
|
|
824
|
-
|
825
|
-
|
826
|
-
|
845
|
+
52
|
846
|
+
53
|
847
|
+
54</pre>
|
827
848
|
</td>
|
828
849
|
<td>
|
829
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
850
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 52</span>
|
830
851
|
|
831
852
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_date_after'>date_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_after'>after</span><span class='rparen'>)</span>
|
832
853
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_as_timestamp'>as_timestamp</span><span class='lparen'>(</span><span class='id identifier rubyid_after'>after</span><span class='rparen'>)</span><span class='rbracket'>]</span>
|
@@ -839,7 +860,7 @@
|
|
839
860
|
<div class="method_details ">
|
840
861
|
<h3 class="signature " id="date_before-class_method">
|
841
862
|
|
842
|
-
|
863
|
+
.<strong>date_before</strong>(fragment, before) ⇒ <tt>Object</tt>
|
843
864
|
|
844
865
|
|
845
866
|
|
@@ -851,12 +872,12 @@
|
|
851
872
|
<pre class="lines">
|
852
873
|
|
853
874
|
|
854
|
-
|
855
|
-
|
856
|
-
|
875
|
+
48
|
876
|
+
49
|
877
|
+
50</pre>
|
857
878
|
</td>
|
858
879
|
<td>
|
859
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
880
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 48</span>
|
860
881
|
|
861
882
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_date_before'>date_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_before'>before</span><span class='rparen'>)</span>
|
862
883
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_as_timestamp'>as_timestamp</span><span class='lparen'>(</span><span class='id identifier rubyid_before'>before</span><span class='rparen'>)</span><span class='rbracket'>]</span>
|
@@ -869,7 +890,7 @@
|
|
869
890
|
<div class="method_details ">
|
870
891
|
<h3 class="signature " id="date_between-class_method">
|
871
892
|
|
872
|
-
|
893
|
+
.<strong>date_between</strong>(fragment, before, after) ⇒ <tt>Object</tt>
|
873
894
|
|
874
895
|
|
875
896
|
|
@@ -881,12 +902,12 @@
|
|
881
902
|
<pre class="lines">
|
882
903
|
|
883
904
|
|
884
|
-
|
885
|
-
|
886
|
-
|
905
|
+
56
|
906
|
+
57
|
907
|
+
58</pre>
|
887
908
|
</td>
|
888
909
|
<td>
|
889
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
910
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 56</span>
|
890
911
|
|
891
912
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_date_between'>date_between</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_before'>before</span><span class='comma'>,</span> <span class='id identifier rubyid_after'>after</span><span class='rparen'>)</span>
|
892
913
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.between</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_as_timestamp'>as_timestamp</span><span class='lparen'>(</span><span class='id identifier rubyid_before'>before</span><span class='rparen'>)</span><span class='comma'>,</span> <span class='id identifier rubyid_as_timestamp'>as_timestamp</span><span class='lparen'>(</span><span class='id identifier rubyid_after'>after</span><span class='rparen'>)</span><span class='rbracket'>]</span>
|
@@ -899,7 +920,7 @@
|
|
899
920
|
<div class="method_details ">
|
900
921
|
<h3 class="signature " id="day_of_month-class_method">
|
901
922
|
|
902
|
-
|
923
|
+
.<strong>day_of_month</strong>(fragment, day) ⇒ <tt>Object</tt>
|
903
924
|
|
904
925
|
|
905
926
|
|
@@ -911,12 +932,12 @@
|
|
911
932
|
<pre class="lines">
|
912
933
|
|
913
934
|
|
914
|
-
|
915
|
-
|
916
|
-
|
935
|
+
60
|
936
|
+
61
|
937
|
+
62</pre>
|
917
938
|
</td>
|
918
939
|
<td>
|
919
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
940
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 60</span>
|
920
941
|
|
921
942
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_month'>day_of_month</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
922
943
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-month</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -929,7 +950,7 @@
|
|
929
950
|
<div class="method_details ">
|
930
951
|
<h3 class="signature " id="day_of_month_after-class_method">
|
931
952
|
|
932
|
-
|
953
|
+
.<strong>day_of_month_after</strong>(fragment, day) ⇒ <tt>Object</tt>
|
933
954
|
|
934
955
|
|
935
956
|
|
@@ -941,12 +962,12 @@
|
|
941
962
|
<pre class="lines">
|
942
963
|
|
943
964
|
|
944
|
-
|
945
|
-
|
946
|
-
|
965
|
+
64
|
966
|
+
65
|
967
|
+
66</pre>
|
947
968
|
</td>
|
948
969
|
<td>
|
949
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
970
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 64</span>
|
950
971
|
|
951
972
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_month_after'>day_of_month_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
952
973
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-month-after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -959,7 +980,7 @@
|
|
959
980
|
<div class="method_details ">
|
960
981
|
<h3 class="signature " id="day_of_month_before-class_method">
|
961
982
|
|
962
|
-
|
983
|
+
.<strong>day_of_month_before</strong>(fragment, day) ⇒ <tt>Object</tt>
|
963
984
|
|
964
985
|
|
965
986
|
|
@@ -971,12 +992,12 @@
|
|
971
992
|
<pre class="lines">
|
972
993
|
|
973
994
|
|
974
|
-
|
975
|
-
|
976
|
-
|
995
|
+
68
|
996
|
+
69
|
997
|
+
70</pre>
|
977
998
|
</td>
|
978
999
|
<td>
|
979
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1000
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 68</span>
|
980
1001
|
|
981
1002
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_month_before'>day_of_month_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
982
1003
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-month-before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -989,7 +1010,7 @@
|
|
989
1010
|
<div class="method_details ">
|
990
1011
|
<h3 class="signature " id="day_of_week-class_method">
|
991
1012
|
|
992
|
-
|
1013
|
+
.<strong>day_of_week</strong>(fragment, day) ⇒ <tt>Object</tt>
|
993
1014
|
|
994
1015
|
|
995
1016
|
|
@@ -1001,12 +1022,12 @@
|
|
1001
1022
|
<pre class="lines">
|
1002
1023
|
|
1003
1024
|
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1025
|
+
72
|
1026
|
+
73
|
1027
|
+
74</pre>
|
1007
1028
|
</td>
|
1008
1029
|
<td>
|
1009
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1030
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 72</span>
|
1010
1031
|
|
1011
1032
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_week'>day_of_week</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
1012
1033
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-week</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -1019,7 +1040,7 @@
|
|
1019
1040
|
<div class="method_details ">
|
1020
1041
|
<h3 class="signature " id="day_of_week_after-class_method">
|
1021
1042
|
|
1022
|
-
|
1043
|
+
.<strong>day_of_week_after</strong>(fragment, day) ⇒ <tt>Object</tt>
|
1023
1044
|
|
1024
1045
|
|
1025
1046
|
|
@@ -1031,12 +1052,12 @@
|
|
1031
1052
|
<pre class="lines">
|
1032
1053
|
|
1033
1054
|
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1055
|
+
76
|
1056
|
+
77
|
1057
|
+
78</pre>
|
1037
1058
|
</td>
|
1038
1059
|
<td>
|
1039
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1060
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 76</span>
|
1040
1061
|
|
1041
1062
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_week_after'>day_of_week_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
1042
1063
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-week-after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -1049,7 +1070,7 @@
|
|
1049
1070
|
<div class="method_details ">
|
1050
1071
|
<h3 class="signature " id="day_of_week_before-class_method">
|
1051
1072
|
|
1052
|
-
|
1073
|
+
.<strong>day_of_week_before</strong>(fragment, day) ⇒ <tt>Object</tt>
|
1053
1074
|
|
1054
1075
|
|
1055
1076
|
|
@@ -1061,12 +1082,12 @@
|
|
1061
1082
|
<pre class="lines">
|
1062
1083
|
|
1063
1084
|
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1085
|
+
80
|
1086
|
+
81
|
1087
|
+
82</pre>
|
1067
1088
|
</td>
|
1068
1089
|
<td>
|
1069
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1090
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 80</span>
|
1070
1091
|
|
1071
1092
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_day_of_week_before'>day_of_week_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rparen'>)</span>
|
1072
1093
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.day-of-week-before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_day'>day</span><span class='rbracket'>]</span>
|
@@ -1079,7 +1100,7 @@
|
|
1079
1100
|
<div class="method_details ">
|
1080
1101
|
<h3 class="signature " id="fulltext-class_method">
|
1081
1102
|
|
1082
|
-
|
1103
|
+
.<strong>fulltext</strong>(fragment, values) ⇒ <tt>Object</tt>
|
1083
1104
|
|
1084
1105
|
|
1085
1106
|
|
@@ -1091,12 +1112,12 @@
|
|
1091
1112
|
<pre class="lines">
|
1092
1113
|
|
1093
1114
|
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1115
|
+
20
|
1116
|
+
21
|
1117
|
+
22</pre>
|
1097
1118
|
</td>
|
1098
1119
|
<td>
|
1099
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1120
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 20</span>
|
1100
1121
|
|
1101
1122
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_fulltext'>fulltext</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_values'>values</span><span class='rparen'>)</span>
|
1102
1123
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>fulltext</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_values'>values</span><span class='rbracket'>]</span>
|
@@ -1109,7 +1130,7 @@
|
|
1109
1130
|
<div class="method_details ">
|
1110
1131
|
<h3 class="signature " id="gt-class_method">
|
1111
1132
|
|
1112
|
-
|
1133
|
+
.<strong>gt</strong>(fragment, value) ⇒ <tt>Object</tt>
|
1113
1134
|
|
1114
1135
|
|
1115
1136
|
|
@@ -1121,12 +1142,12 @@
|
|
1121
1142
|
<pre class="lines">
|
1122
1143
|
|
1123
1144
|
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1145
|
+
36
|
1146
|
+
37
|
1147
|
+
38</pre>
|
1127
1148
|
</td>
|
1128
1149
|
<td>
|
1129
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1150
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 36</span>
|
1130
1151
|
|
1131
1152
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_gt'>gt</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1132
1153
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>number.gt</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rbracket'>]</span>
|
@@ -1139,7 +1160,7 @@
|
|
1139
1160
|
<div class="method_details ">
|
1140
1161
|
<h3 class="signature " id="has-class_method">
|
1141
1162
|
|
1142
|
-
|
1163
|
+
.<strong>has</strong>(fragment) ⇒ <tt>Object</tt>
|
1143
1164
|
|
1144
1165
|
|
1145
1166
|
|
@@ -1151,12 +1172,12 @@
|
|
1151
1172
|
<pre class="lines">
|
1152
1173
|
|
1153
1174
|
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1175
|
+
28
|
1176
|
+
29
|
1177
|
+
30</pre>
|
1157
1178
|
</td>
|
1158
1179
|
<td>
|
1159
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1180
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 28</span>
|
1160
1181
|
|
1161
1182
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_has'>has</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='rparen'>)</span>
|
1162
1183
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>has</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='rbracket'>]</span>
|
@@ -1169,7 +1190,7 @@
|
|
1169
1190
|
<div class="method_details ">
|
1170
1191
|
<h3 class="signature " id="hour-class_method">
|
1171
1192
|
|
1172
|
-
|
1193
|
+
.<strong>hour</strong>(fragment, hour) ⇒ <tt>Object</tt>
|
1173
1194
|
|
1174
1195
|
|
1175
1196
|
|
@@ -1181,12 +1202,12 @@
|
|
1181
1202
|
<pre class="lines">
|
1182
1203
|
|
1183
1204
|
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1205
|
+
108
|
1206
|
+
109
|
1207
|
+
110</pre>
|
1187
1208
|
</td>
|
1188
1209
|
<td>
|
1189
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1210
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 108</span>
|
1190
1211
|
|
1191
1212
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_hour'>hour</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rparen'>)</span>
|
1192
1213
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.hour</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rbracket'>]</span>
|
@@ -1199,7 +1220,7 @@
|
|
1199
1220
|
<div class="method_details ">
|
1200
1221
|
<h3 class="signature " id="hour_after-class_method">
|
1201
1222
|
|
1202
|
-
|
1223
|
+
.<strong>hour_after</strong>(fragment, hour) ⇒ <tt>Object</tt>
|
1203
1224
|
|
1204
1225
|
|
1205
1226
|
|
@@ -1211,12 +1232,12 @@
|
|
1211
1232
|
<pre class="lines">
|
1212
1233
|
|
1213
1234
|
|
1214
|
-
|
1215
|
-
|
1216
|
-
|
1235
|
+
116
|
1236
|
+
117
|
1237
|
+
118</pre>
|
1217
1238
|
</td>
|
1218
1239
|
<td>
|
1219
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1240
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 116</span>
|
1220
1241
|
|
1221
1242
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_hour_after'>hour_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rparen'>)</span>
|
1222
1243
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.hour-after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rbracket'>]</span>
|
@@ -1229,7 +1250,7 @@
|
|
1229
1250
|
<div class="method_details ">
|
1230
1251
|
<h3 class="signature " id="hour_before-class_method">
|
1231
1252
|
|
1232
|
-
|
1253
|
+
.<strong>hour_before</strong>(fragment, hour) ⇒ <tt>Object</tt>
|
1233
1254
|
|
1234
1255
|
|
1235
1256
|
|
@@ -1241,12 +1262,12 @@
|
|
1241
1262
|
<pre class="lines">
|
1242
1263
|
|
1243
1264
|
|
1244
|
-
|
1245
|
-
|
1246
|
-
|
1265
|
+
112
|
1266
|
+
113
|
1267
|
+
114</pre>
|
1247
1268
|
</td>
|
1248
1269
|
<td>
|
1249
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1270
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 112</span>
|
1250
1271
|
|
1251
1272
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_hour_before'>hour_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rparen'>)</span>
|
1252
1273
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.hour-before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_hour'>hour</span><span class='rbracket'>]</span>
|
@@ -1259,7 +1280,7 @@
|
|
1259
1280
|
<div class="method_details ">
|
1260
1281
|
<h3 class="signature " id="in-class_method">
|
1261
1282
|
|
1262
|
-
|
1283
|
+
.<strong>in</strong>(fragment, value) ⇒ <tt>Object</tt>
|
1263
1284
|
|
1264
1285
|
|
1265
1286
|
|
@@ -1271,12 +1292,12 @@
|
|
1271
1292
|
<pre class="lines">
|
1272
1293
|
|
1273
1294
|
|
1274
|
-
|
1275
|
-
|
1276
|
-
|
1295
|
+
12
|
1296
|
+
13
|
1297
|
+
14</pre>
|
1277
1298
|
</td>
|
1278
1299
|
<td>
|
1279
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1300
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 12</span>
|
1280
1301
|
|
1281
1302
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='kw'>in</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1282
1303
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>in</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rbracket'>]</span>
|
@@ -1289,7 +1310,7 @@
|
|
1289
1310
|
<div class="method_details ">
|
1290
1311
|
<h3 class="signature " id="in_range-class_method">
|
1291
1312
|
|
1292
|
-
|
1313
|
+
.<strong>in_range</strong>(fragment, before, after) ⇒ <tt>Object</tt>
|
1293
1314
|
|
1294
1315
|
|
1295
1316
|
|
@@ -1301,12 +1322,12 @@
|
|
1301
1322
|
<pre class="lines">
|
1302
1323
|
|
1303
1324
|
|
1304
|
-
|
1305
|
-
|
1306
|
-
|
1325
|
+
44
|
1326
|
+
45
|
1327
|
+
46</pre>
|
1307
1328
|
</td>
|
1308
1329
|
<td>
|
1309
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1330
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 44</span>
|
1310
1331
|
|
1311
1332
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_in_range'>in_range</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_before'>before</span><span class='comma'>,</span> <span class='id identifier rubyid_after'>after</span><span class='rparen'>)</span>
|
1312
1333
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>number.inRange</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_before'>before</span><span class='comma'>,</span> <span class='id identifier rubyid_after'>after</span><span class='rbracket'>]</span>
|
@@ -1319,7 +1340,7 @@
|
|
1319
1340
|
<div class="method_details ">
|
1320
1341
|
<h3 class="signature " id="lt-class_method">
|
1321
1342
|
|
1322
|
-
|
1343
|
+
.<strong>lt</strong>(fragment, value) ⇒ <tt>Object</tt>
|
1323
1344
|
|
1324
1345
|
|
1325
1346
|
|
@@ -1331,12 +1352,12 @@
|
|
1331
1352
|
<pre class="lines">
|
1332
1353
|
|
1333
1354
|
|
1334
|
-
|
1335
|
-
|
1336
|
-
|
1355
|
+
40
|
1356
|
+
41
|
1357
|
+
42</pre>
|
1337
1358
|
</td>
|
1338
1359
|
<td>
|
1339
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1360
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 40</span>
|
1340
1361
|
|
1341
1362
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_lt'>lt</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1342
1363
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>number.lt</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rbracket'>]</span>
|
@@ -1349,7 +1370,7 @@
|
|
1349
1370
|
<div class="method_details ">
|
1350
1371
|
<h3 class="signature " id="missing-class_method">
|
1351
1372
|
|
1352
|
-
|
1373
|
+
.<strong>missing</strong>(fragment) ⇒ <tt>Object</tt>
|
1353
1374
|
|
1354
1375
|
|
1355
1376
|
|
@@ -1361,12 +1382,12 @@
|
|
1361
1382
|
<pre class="lines">
|
1362
1383
|
|
1363
1384
|
|
1364
|
-
|
1365
|
-
|
1366
|
-
|
1385
|
+
32
|
1386
|
+
33
|
1387
|
+
34</pre>
|
1367
1388
|
</td>
|
1368
1389
|
<td>
|
1369
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1390
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 32</span>
|
1370
1391
|
|
1371
1392
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_missing'>missing</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='rparen'>)</span>
|
1372
1393
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>missing</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='rbracket'>]</span>
|
@@ -1379,7 +1400,7 @@
|
|
1379
1400
|
<div class="method_details ">
|
1380
1401
|
<h3 class="signature " id="month-class_method">
|
1381
1402
|
|
1382
|
-
|
1403
|
+
.<strong>month</strong>(fragment, month) ⇒ <tt>Object</tt>
|
1383
1404
|
|
1384
1405
|
|
1385
1406
|
|
@@ -1391,12 +1412,12 @@
|
|
1391
1412
|
<pre class="lines">
|
1392
1413
|
|
1393
1414
|
|
1394
|
-
|
1395
|
-
|
1396
|
-
|
1415
|
+
84
|
1416
|
+
85
|
1417
|
+
86</pre>
|
1397
1418
|
</td>
|
1398
1419
|
<td>
|
1399
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1420
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 84</span>
|
1400
1421
|
|
1401
1422
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_month'>month</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rparen'>)</span>
|
1402
1423
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.month</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rbracket'>]</span>
|
@@ -1409,7 +1430,7 @@
|
|
1409
1430
|
<div class="method_details ">
|
1410
1431
|
<h3 class="signature " id="month_after-class_method">
|
1411
1432
|
|
1412
|
-
|
1433
|
+
.<strong>month_after</strong>(fragment, month) ⇒ <tt>Object</tt>
|
1413
1434
|
|
1414
1435
|
|
1415
1436
|
|
@@ -1421,12 +1442,12 @@
|
|
1421
1442
|
<pre class="lines">
|
1422
1443
|
|
1423
1444
|
|
1424
|
-
|
1425
|
-
|
1426
|
-
|
1445
|
+
92
|
1446
|
+
93
|
1447
|
+
94</pre>
|
1427
1448
|
</td>
|
1428
1449
|
<td>
|
1429
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1450
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 92</span>
|
1430
1451
|
|
1431
1452
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_month_after'>month_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rparen'>)</span>
|
1432
1453
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.month-after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rbracket'>]</span>
|
@@ -1439,7 +1460,7 @@
|
|
1439
1460
|
<div class="method_details ">
|
1440
1461
|
<h3 class="signature " id="month_before-class_method">
|
1441
1462
|
|
1442
|
-
|
1463
|
+
.<strong>month_before</strong>(fragment, month) ⇒ <tt>Object</tt>
|
1443
1464
|
|
1444
1465
|
|
1445
1466
|
|
@@ -1451,12 +1472,12 @@
|
|
1451
1472
|
<pre class="lines">
|
1452
1473
|
|
1453
1474
|
|
1454
|
-
|
1455
|
-
|
1456
|
-
|
1475
|
+
88
|
1476
|
+
89
|
1477
|
+
90</pre>
|
1457
1478
|
</td>
|
1458
1479
|
<td>
|
1459
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1480
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 88</span>
|
1460
1481
|
|
1461
1482
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_month_before'>month_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rparen'>)</span>
|
1462
1483
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.month-before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_month'>month</span><span class='rbracket'>]</span>
|
@@ -1469,7 +1490,7 @@
|
|
1469
1490
|
<div class="method_details ">
|
1470
1491
|
<h3 class="signature " id="near-class_method">
|
1471
1492
|
|
1472
|
-
|
1493
|
+
.<strong>near</strong>(fragment, latitude, longitude, radius) ⇒ <tt>Object</tt>
|
1473
1494
|
|
1474
1495
|
|
1475
1496
|
|
@@ -1481,12 +1502,12 @@
|
|
1481
1502
|
<pre class="lines">
|
1482
1503
|
|
1483
1504
|
|
1484
|
-
|
1485
|
-
|
1486
|
-
|
1505
|
+
120
|
1506
|
+
121
|
1507
|
+
122</pre>
|
1487
1508
|
</td>
|
1488
1509
|
<td>
|
1489
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1510
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 120</span>
|
1490
1511
|
|
1491
1512
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_near'>near</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_latitude'>latitude</span><span class='comma'>,</span> <span class='id identifier rubyid_longitude'>longitude</span><span class='comma'>,</span> <span class='id identifier rubyid_radius'>radius</span><span class='rparen'>)</span>
|
1492
1513
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>geopoint.near</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_latitude'>latitude</span><span class='comma'>,</span> <span class='id identifier rubyid_longitude'>longitude</span><span class='comma'>,</span> <span class='id identifier rubyid_radius'>radius</span><span class='rbracket'>]</span>
|
@@ -1494,12 +1515,42 @@
|
|
1494
1515
|
</td>
|
1495
1516
|
</tr>
|
1496
1517
|
</table>
|
1518
|
+
</div>
|
1519
|
+
|
1520
|
+
<div class="method_details ">
|
1521
|
+
<h3 class="signature " id="not-class_method">
|
1522
|
+
|
1523
|
+
.<strong>not</strong>(fragment, value) ⇒ <tt>Object</tt>
|
1524
|
+
|
1525
|
+
|
1526
|
+
|
1527
|
+
|
1528
|
+
|
1529
|
+
</h3><table class="source_code">
|
1530
|
+
<tr>
|
1531
|
+
<td>
|
1532
|
+
<pre class="lines">
|
1533
|
+
|
1534
|
+
|
1535
|
+
8
|
1536
|
+
9
|
1537
|
+
10</pre>
|
1538
|
+
</td>
|
1539
|
+
<td>
|
1540
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 8</span>
|
1541
|
+
|
1542
|
+
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='kw'>not</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1543
|
+
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>not</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rbracket'>]</span>
|
1544
|
+
<span class='kw'>end</span></pre>
|
1545
|
+
</td>
|
1546
|
+
</tr>
|
1547
|
+
</table>
|
1497
1548
|
</div>
|
1498
1549
|
|
1499
1550
|
<div class="method_details ">
|
1500
1551
|
<h3 class="signature " id="similar-class_method">
|
1501
1552
|
|
1502
|
-
|
1553
|
+
.<strong>similar</strong>(fragment, value) ⇒ <tt>Object</tt>
|
1503
1554
|
|
1504
1555
|
|
1505
1556
|
|
@@ -1511,12 +1562,12 @@
|
|
1511
1562
|
<pre class="lines">
|
1512
1563
|
|
1513
1564
|
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1565
|
+
24
|
1566
|
+
25
|
1567
|
+
26</pre>
|
1517
1568
|
</td>
|
1518
1569
|
<td>
|
1519
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1570
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 24</span>
|
1520
1571
|
|
1521
1572
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_similar'>similar</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rparen'>)</span>
|
1522
1573
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>similar</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_value'>value</span><span class='rbracket'>]</span>
|
@@ -1529,7 +1580,7 @@
|
|
1529
1580
|
<div class="method_details ">
|
1530
1581
|
<h3 class="signature " id="year-class_method">
|
1531
1582
|
|
1532
|
-
|
1583
|
+
.<strong>year</strong>(fragment, year) ⇒ <tt>Object</tt>
|
1533
1584
|
|
1534
1585
|
|
1535
1586
|
|
@@ -1541,12 +1592,12 @@
|
|
1541
1592
|
<pre class="lines">
|
1542
1593
|
|
1543
1594
|
|
1544
|
-
|
1545
|
-
|
1546
|
-
|
1595
|
+
96
|
1596
|
+
97
|
1597
|
+
98</pre>
|
1547
1598
|
</td>
|
1548
1599
|
<td>
|
1549
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1600
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 96</span>
|
1550
1601
|
|
1551
1602
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_year'>year</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rparen'>)</span>
|
1552
1603
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.year</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rbracket'>]</span>
|
@@ -1559,7 +1610,7 @@
|
|
1559
1610
|
<div class="method_details ">
|
1560
1611
|
<h3 class="signature " id="year_after-class_method">
|
1561
1612
|
|
1562
|
-
|
1613
|
+
.<strong>year_after</strong>(fragment, year) ⇒ <tt>Object</tt>
|
1563
1614
|
|
1564
1615
|
|
1565
1616
|
|
@@ -1571,12 +1622,12 @@
|
|
1571
1622
|
<pre class="lines">
|
1572
1623
|
|
1573
1624
|
|
1574
|
-
|
1575
|
-
|
1576
|
-
|
1625
|
+
104
|
1626
|
+
105
|
1627
|
+
106</pre>
|
1577
1628
|
</td>
|
1578
1629
|
<td>
|
1579
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1630
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 104</span>
|
1580
1631
|
|
1581
1632
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_year_after'>year_after</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rparen'>)</span>
|
1582
1633
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.year-after</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rbracket'>]</span>
|
@@ -1589,7 +1640,7 @@
|
|
1589
1640
|
<div class="method_details ">
|
1590
1641
|
<h3 class="signature " id="year_before-class_method">
|
1591
1642
|
|
1592
|
-
|
1643
|
+
.<strong>year_before</strong>(fragment, year) ⇒ <tt>Object</tt>
|
1593
1644
|
|
1594
1645
|
|
1595
1646
|
|
@@ -1601,12 +1652,12 @@
|
|
1601
1652
|
<pre class="lines">
|
1602
1653
|
|
1603
1654
|
|
1604
|
-
|
1605
|
-
|
1606
|
-
|
1655
|
+
100
|
1656
|
+
101
|
1657
|
+
102</pre>
|
1607
1658
|
</td>
|
1608
1659
|
<td>
|
1609
|
-
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line
|
1660
|
+
<pre class="code"><span class="info file"># File 'lib/prismic/predicates.rb', line 100</span>
|
1610
1661
|
|
1611
1662
|
<span class='kw'>def</span> <span class='kw'>self</span><span class='period'>.</span><span class='id identifier rubyid_year_before'>year_before</span><span class='lparen'>(</span><span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rparen'>)</span>
|
1612
1663
|
<span class='lbracket'>[</span><span class='tstring'><span class='tstring_beg'>'</span><span class='tstring_content'>date.year-before</span><span class='tstring_end'>'</span></span><span class='comma'>,</span> <span class='id identifier rubyid_fragment'>fragment</span><span class='comma'>,</span> <span class='id identifier rubyid_year'>year</span><span class='rbracket'>]</span>
|
@@ -1620,11 +1671,12 @@
|
|
1620
1671
|
|
1621
1672
|
</div>
|
1622
1673
|
|
1623
|
-
|
1624
|
-
Generated on
|
1674
|
+
<div id="footer">
|
1675
|
+
Generated on Mon Jan 16 16:05:08 2017 by
|
1625
1676
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
1626
|
-
0.8
|
1677
|
+
0.9.8 (ruby-2.3.1).
|
1627
1678
|
</div>
|
1628
1679
|
|
1680
|
+
</div>
|
1629
1681
|
</body>
|
1630
1682
|
</html>
|