phone_number_validator 0.4.2 → 0.4.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,171 +1,170 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class PhoneNumberValidator - Phone Number Validator</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- </script>
12
-
13
- <script src="./js/jquery.js"></script>
14
- <script src="./js/darkfish.js"></script>
15
-
16
- <link href="./css/fonts.css" rel="stylesheet">
17
- <link href="./css/rdoc.css" rel="stylesheet">
18
-
19
-
20
-
21
- <body id="top" role="document" class="class">
22
- <nav role="navigation">
23
- <div id="project-navigation">
24
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
- <h2>
26
- <a href="./index.html" rel="home">Home</a>
27
- </h2>
28
-
29
- <div id="table-of-contents-navigation">
30
- <a href="./table_of_contents.html#pages">Pages</a>
31
- <a href="./table_of_contents.html#classes">Classes</a>
32
- <a href="./table_of_contents.html#methods">Methods</a>
33
- </div>
34
- </div>
35
-
36
- <div id="search-section" role="search" class="project-section initially-hidden">
37
- <form action="#" method="get" accept-charset="utf-8">
38
- <div id="search-field-wrapper">
39
- <input id="search-field" role="combobox" aria-label="Search"
40
- aria-autocomplete="list" aria-controls="search-results"
41
- type="text" name="search" placeholder="Search" spellcheck="false"
42
- title="Type to search, Up and Down to navigate, Enter to load">
43
- </div>
44
-
45
- <ul id="search-results" aria-label="Search Results"
46
- aria-busy="false" aria-expanded="false"
47
- aria-atomic="false" class="initially-hidden"></ul>
48
- </form>
49
- </div>
50
-
51
- </div>
52
-
53
-
54
-
55
- <div id="class-metadata">
56
-
57
- <div id="parent-class-section" class="nav-section">
58
- <h3>Parent</h3>
59
-
60
-
61
- <p class="link">Object
62
-
63
- </div>
64
-
65
-
66
-
67
- <!-- Method Quickref -->
68
- <div id="method-list-section" class="nav-section">
69
- <h3>Methods</h3>
70
-
71
- <ul class="link-list" role="directory">
72
-
73
- <li ><a href="#method-c-validate_phone_number">::validate_phone_number</a>
74
-
75
- </ul>
76
- </div>
77
-
78
- </div>
79
- </nav>
80
-
81
- <main role="main" aria-labelledby="class-PhoneNumberValidator">
82
- <h1 id="class-PhoneNumberValidator" class="class">
83
- class PhoneNumberValidator
84
- </h1>
85
-
86
- <section class="description">
87
-
88
- <p>This class is the master/parent class to all of the validation
89
- functionality</p>
90
-
91
- </section>
92
-
93
-
94
-
95
-
96
- <section id="5Buntitled-5D" class="documentation-section">
97
-
98
-
99
-
100
-
101
-
102
-
103
-
104
-
105
-
106
- <section id="public-class-5Buntitled-5D-method-details" class="method-section">
107
- <header>
108
- <h3>Public Class Methods</h3>
109
- </header>
110
-
111
-
112
- <div id="method-c-validate_phone_number" class="method-detail ">
113
-
114
- <div class="method-heading">
115
- <span class="method-name">validate_phone_number</span><span
116
- class="method-args">(phone_number)</span>
117
-
118
- <span class="method-click-advice">click to toggle source</span>
119
-
120
- </div>
121
-
122
-
123
- <div class="method-description">
124
-
125
- <p>Validates any United States phone number!</p>
126
-
127
- <p><strong>Example:</strong></p>
128
-
129
- <pre class="ruby"><span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;+1 (949) 355-6244 ext. 198842&#39;</span>)
130
- </pre>
131
-
132
- <p><strong>Output:</strong></p>
133
-
134
- <pre>=&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
135
- =&gt; true</pre>
136
-
137
- <p><strong>Arguments:</strong></p>
138
-
139
- <pre>phone_number: (String)</pre>
140
-
141
-
142
-
143
-
144
- <div class="method-source-code" id="validate_phone_number-source">
145
- <pre><span class="ruby-comment"># File lib/phone_number_validator.rb, line 18</span>
146
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-identifier">phone_number</span>)
147
- <span class="ruby-identifier">validator</span> = <span class="ruby-constant">Validator</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">phone_number</span>)
148
- <span class="ruby-identifier">validator</span>.<span class="ruby-identifier">validate_phone_number</span>
149
- <span class="ruby-keyword">end</span></pre>
150
- </div>
151
-
152
- </div>
153
-
154
-
155
-
156
-
157
- </div>
158
-
159
-
160
- </section>
161
-
162
- </section>
163
- </main>
164
-
165
-
166
- <footer id="validator-badges" role="contentinfo">
167
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
168
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
169
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
170
- </footer>
171
-
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class PhoneNumberValidator - Phone Number Validator</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="class">
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="class-metadata">
57
+
58
+ <div id="parent-class-section" class="nav-section">
59
+ <h3>Parent</h3>
60
+
61
+
62
+ <p class="link">Object
63
+
64
+ </div>
65
+
66
+
67
+
68
+ <!-- Method Quickref -->
69
+ <div id="method-list-section" class="nav-section">
70
+ <h3>Methods</h3>
71
+
72
+ <ul class="link-list" role="directory">
73
+
74
+ <li ><a href="#method-c-validate_phone_number">::validate_phone_number</a>
75
+
76
+ </ul>
77
+ </div>
78
+
79
+ </div>
80
+ </nav>
81
+
82
+ <main role="main" aria-labelledby="class-PhoneNumberValidator">
83
+ <h1 id="class-PhoneNumberValidator" class="class">
84
+ class PhoneNumberValidator
85
+ </h1>
86
+
87
+ <section class="description">
88
+
89
+ <p>This class is the master/parent class to all of the validation
90
+ functionality</p>
91
+
92
+ </section>
93
+
94
+
95
+ <section id="5Buntitled-5D" class="documentation-section">
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+ <section id="public-class-5Buntitled-5D-method-details" class="method-section">
106
+ <header>
107
+ <h3>Public Class Methods</h3>
108
+ </header>
109
+
110
+
111
+ <div id="method-c-validate_phone_number" class="method-detail ">
112
+
113
+ <div class="method-heading">
114
+ <span class="method-name">validate_phone_number</span><span
115
+ class="method-args">(phone_number)</span>
116
+
117
+ <span class="method-click-advice">click to toggle source</span>
118
+
119
+ </div>
120
+
121
+
122
+ <div class="method-description">
123
+
124
+ <p>Validates any United States phone number!</p>
125
+
126
+ <p><strong>Example:</strong></p>
127
+
128
+ <pre class="ruby"><span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;+1 (949) 355-6244 ext. 198842&#39;</span>)
129
+ </pre>
130
+
131
+ <p><strong>Output:</strong></p>
132
+
133
+ <pre>=&gt; &#39;+1 (949) 355-6244 ext. 198842&#39; is a valid phone number.&#39;
134
+ =&gt; true</pre>
135
+
136
+ <p><strong>Arguments:</strong></p>
137
+
138
+ <pre>phone_number: (String)</pre>
139
+
140
+
141
+
142
+
143
+ <div class="method-source-code" id="validate_phone_number-source">
144
+ <pre><span class="ruby-comment"># File lib/phone_number_validator.rb, line 18</span>
145
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">validate_phone_number</span>(<span class="ruby-identifier">phone_number</span>)
146
+ <span class="ruby-identifier">validator</span> = <span class="ruby-constant">Validator</span>.<span class="ruby-identifier">new</span>(<span class="ruby-identifier">phone_number</span>)
147
+ <span class="ruby-identifier">validator</span>.<span class="ruby-identifier">validate_phone_number</span>
148
+ <span class="ruby-keyword">end</span></pre>
149
+ </div>
150
+
151
+ </div>
152
+
153
+
154
+
155
+
156
+ </div>
157
+
158
+
159
+ </section>
160
+
161
+ </section>
162
+ </main>
163
+
164
+
165
+ <footer id="validator-badges" role="contentinfo">
166
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
167
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
168
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
169
+ </footer>
170
+
@@ -1,199 +1,198 @@
1
- <!DOCTYPE html>
2
-
3
- <html>
4
- <head>
5
- <meta charset="UTF-8">
6
-
7
- <title>class PhoneNumberValidatorTest - Phone Number Validator</title>
8
-
9
- <script type="text/javascript">
10
- var rdoc_rel_prefix = "./";
11
- </script>
12
-
13
- <script src="./js/jquery.js"></script>
14
- <script src="./js/darkfish.js"></script>
15
-
16
- <link href="./css/fonts.css" rel="stylesheet">
17
- <link href="./css/rdoc.css" rel="stylesheet">
18
-
19
-
20
-
21
- <body id="top" role="document" class="class">
22
- <nav role="navigation">
23
- <div id="project-navigation">
24
- <div id="home-section" role="region" title="Quick navigation" class="nav-section">
25
- <h2>
26
- <a href="./index.html" rel="home">Home</a>
27
- </h2>
28
-
29
- <div id="table-of-contents-navigation">
30
- <a href="./table_of_contents.html#pages">Pages</a>
31
- <a href="./table_of_contents.html#classes">Classes</a>
32
- <a href="./table_of_contents.html#methods">Methods</a>
33
- </div>
34
- </div>
35
-
36
- <div id="search-section" role="search" class="project-section initially-hidden">
37
- <form action="#" method="get" accept-charset="utf-8">
38
- <div id="search-field-wrapper">
39
- <input id="search-field" role="combobox" aria-label="Search"
40
- aria-autocomplete="list" aria-controls="search-results"
41
- type="text" name="search" placeholder="Search" spellcheck="false"
42
- title="Type to search, Up and Down to navigate, Enter to load">
43
- </div>
44
-
45
- <ul id="search-results" aria-label="Search Results"
46
- aria-busy="false" aria-expanded="false"
47
- aria-atomic="false" class="initially-hidden"></ul>
48
- </form>
49
- </div>
50
-
51
- </div>
52
-
53
-
54
-
55
- <div id="class-metadata">
56
-
57
- <div id="parent-class-section" class="nav-section">
58
- <h3>Parent</h3>
59
-
60
-
61
- <p class="link">Test::Unit::TestCase
62
-
63
- </div>
64
-
65
-
66
-
67
- <!-- Method Quickref -->
68
- <div id="method-list-section" class="nav-section">
69
- <h3>Methods</h3>
70
-
71
- <ul class="link-list" role="directory">
72
-
73
- <li ><a href="#method-i-test_invalid_phone_number">#test_invalid_phone_number</a>
74
-
75
- <li ><a href="#method-i-test_valid_phone_number">#test_valid_phone_number</a>
76
-
77
- </ul>
78
- </div>
79
-
80
- </div>
81
- </nav>
82
-
83
- <main role="main" aria-labelledby="class-PhoneNumberValidatorTest">
84
- <h1 id="class-PhoneNumberValidatorTest" class="class">
85
- class PhoneNumberValidatorTest
86
- </h1>
87
-
88
- <section class="description">
89
-
90
- <p>This class respresents the testing-unit for this gem app</p>
91
-
92
- <p><strong>Inherits from:</strong></p>
93
-
94
- <pre class="ruby"><span class="ruby-constant">Test</span><span class="ruby-operator">::</span><span class="ruby-constant">Unit</span><span class="ruby-operator">::</span><span class="ruby-constant">TestCase</span>
95
- </pre>
96
-
97
- </section>
98
-
99
-
100
-
101
-
102
- <section id="5Buntitled-5D" class="documentation-section">
103
-
104
-
105
-
106
-
107
-
108
-
109
-
110
-
111
-
112
- <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
113
- <header>
114
- <h3>Public Instance Methods</h3>
115
- </header>
116
-
117
-
118
- <div id="method-i-test_invalid_phone_number" class="method-detail ">
119
-
120
- <div class="method-heading">
121
- <span class="method-name">test_invalid_phone_number</span><span
122
- class="method-args">()</span>
123
-
124
- <span class="method-click-advice">click to toggle source</span>
125
-
126
- </div>
127
-
128
-
129
- <div class="method-description">
130
-
131
- <p>This test inputs an invalid phone number and expects the output to be
132
- <strong>false</strong></p>
133
-
134
-
135
-
136
-
137
- <div class="method-source-code" id="test_invalid_phone_number-source">
138
- <pre><span class="ruby-comment"># File test/test_phone_number_validator.rb, line 20</span>
139
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_invalid_phone_number</span>
140
- <span class="ruby-identifier">assert_equal</span> <span class="ruby-keyword">false</span>,
141
- <span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;94643823637337&#39;</span>)
142
- <span class="ruby-keyword">end</span></pre>
143
- </div>
144
-
145
- </div>
146
-
147
-
148
-
149
-
150
- </div>
151
-
152
-
153
- <div id="method-i-test_valid_phone_number" class="method-detail ">
154
-
155
- <div class="method-heading">
156
- <span class="method-name">test_valid_phone_number</span><span
157
- class="method-args">()</span>
158
-
159
- <span class="method-click-advice">click to toggle source</span>
160
-
161
- </div>
162
-
163
-
164
- <div class="method-description">
165
-
166
- <p>This test inputs a valid phone number and expects the output to be
167
- <strong>true</strong></p>
168
-
169
-
170
-
171
-
172
- <div class="method-source-code" id="test_valid_phone_number-source">
173
- <pre><span class="ruby-comment"># File test/test_phone_number_validator.rb, line 13</span>
174
- <span class="ruby-keyword">def</span> <span class="ruby-identifier">test_valid_phone_number</span>
175
- <span class="ruby-identifier">assert_equal</span> <span class="ruby-keyword">true</span>,
176
- <span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;+1 (949) 355-6244 ext. 198842&#39;</span>)
177
- <span class="ruby-keyword">end</span></pre>
178
- </div>
179
-
180
- </div>
181
-
182
-
183
-
184
-
185
- </div>
186
-
187
-
188
- </section>
189
-
190
- </section>
191
- </main>
192
-
193
-
194
- <footer id="validator-badges" role="contentinfo">
195
- <p><a href="http://validator.w3.org/check/referer">Validate</a>
196
- <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> 4.2.1.
197
- <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
198
- </footer>
199
-
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class PhoneNumberValidatorTest - Phone Number Validator</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="class">
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="class-metadata">
57
+
58
+ <div id="parent-class-section" class="nav-section">
59
+ <h3>Parent</h3>
60
+
61
+
62
+ <p class="link">Test::Unit::TestCase
63
+
64
+ </div>
65
+
66
+
67
+
68
+ <!-- Method Quickref -->
69
+ <div id="method-list-section" class="nav-section">
70
+ <h3>Methods</h3>
71
+
72
+ <ul class="link-list" role="directory">
73
+
74
+ <li ><a href="#method-i-test_invalid_phone_number">#test_invalid_phone_number</a>
75
+
76
+ <li ><a href="#method-i-test_valid_phone_number">#test_valid_phone_number</a>
77
+
78
+ </ul>
79
+ </div>
80
+
81
+ </div>
82
+ </nav>
83
+
84
+ <main role="main" aria-labelledby="class-PhoneNumberValidatorTest">
85
+ <h1 id="class-PhoneNumberValidatorTest" class="class">
86
+ class PhoneNumberValidatorTest
87
+ </h1>
88
+
89
+ <section class="description">
90
+
91
+ <p>This class respresents the testing-unit for this gem app</p>
92
+
93
+ <p><strong>Inherits from:</strong></p>
94
+
95
+ <pre class="ruby"><span class="ruby-constant">Test</span><span class="ruby-operator">::</span><span class="ruby-constant">Unit</span><span class="ruby-operator">::</span><span class="ruby-constant">TestCase</span>
96
+ </pre>
97
+
98
+ </section>
99
+
100
+
101
+ <section id="5Buntitled-5D" class="documentation-section">
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
112
+ <header>
113
+ <h3>Public Instance Methods</h3>
114
+ </header>
115
+
116
+
117
+ <div id="method-i-test_invalid_phone_number" class="method-detail ">
118
+
119
+ <div class="method-heading">
120
+ <span class="method-name">test_invalid_phone_number</span><span
121
+ class="method-args">()</span>
122
+
123
+ <span class="method-click-advice">click to toggle source</span>
124
+
125
+ </div>
126
+
127
+
128
+ <div class="method-description">
129
+
130
+ <p>This test inputs an invalid phone number and expects the output to be
131
+ <strong>false</strong></p>
132
+
133
+
134
+
135
+
136
+ <div class="method-source-code" id="test_invalid_phone_number-source">
137
+ <pre><span class="ruby-comment"># File test/test_phone_number_validator.rb, line 20</span>
138
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">test_invalid_phone_number</span>
139
+ <span class="ruby-identifier">assert_equal</span> <span class="ruby-keyword">false</span>,
140
+ <span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;94643823637337&#39;</span>)
141
+ <span class="ruby-keyword">end</span></pre>
142
+ </div>
143
+
144
+ </div>
145
+
146
+
147
+
148
+
149
+ </div>
150
+
151
+
152
+ <div id="method-i-test_valid_phone_number" class="method-detail ">
153
+
154
+ <div class="method-heading">
155
+ <span class="method-name">test_valid_phone_number</span><span
156
+ class="method-args">()</span>
157
+
158
+ <span class="method-click-advice">click to toggle source</span>
159
+
160
+ </div>
161
+
162
+
163
+ <div class="method-description">
164
+
165
+ <p>This test inputs a valid phone number and expects the output to be
166
+ <strong>true</strong></p>
167
+
168
+
169
+
170
+
171
+ <div class="method-source-code" id="test_valid_phone_number-source">
172
+ <pre><span class="ruby-comment"># File test/test_phone_number_validator.rb, line 13</span>
173
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">test_valid_phone_number</span>
174
+ <span class="ruby-identifier">assert_equal</span> <span class="ruby-keyword">true</span>,
175
+ <span class="ruby-constant">PhoneNumberValidator</span>.<span class="ruby-identifier">validate_phone_number</span>(<span class="ruby-string">&#39;+1 (949) 355-6244 ext. 198842&#39;</span>)
176
+ <span class="ruby-keyword">end</span></pre>
177
+ </div>
178
+
179
+ </div>
180
+
181
+
182
+
183
+
184
+ </div>
185
+
186
+
187
+ </section>
188
+
189
+ </section>
190
+ </main>
191
+
192
+
193
+ <footer id="validator-badges" role="contentinfo">
194
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
195
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.0.4.
196
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
197
+ </footer>
198
+