imc_artur 0.1.21 → 0.1.22

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.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/{README.rdoc → README.md} +4 -10
  3. data/doc/ImcArtur/Error.html +106 -0
  4. data/doc/ImcArtur/Pessoa.html +197 -0
  5. data/doc/ImcArtur.html +113 -0
  6. data/doc/README_md.html +124 -0
  7. data/doc/Rakefile.html +93 -0
  8. data/doc/bin/setup.html +97 -0
  9. data/doc/created.rid +9 -0
  10. data/doc/css/fonts.css +167 -0
  11. data/doc/css/rdoc.css +611 -0
  12. data/doc/fonts/Lato-Light.ttf +0 -0
  13. data/doc/fonts/Lato-LightItalic.ttf +0 -0
  14. data/doc/fonts/Lato-Regular.ttf +0 -0
  15. data/doc/fonts/Lato-RegularItalic.ttf +0 -0
  16. data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
  17. data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
  18. data/doc/images/add.png +0 -0
  19. data/doc/images/arrow_up.png +0 -0
  20. data/doc/images/brick.png +0 -0
  21. data/doc/images/brick_link.png +0 -0
  22. data/doc/images/bug.png +0 -0
  23. data/doc/images/bullet_black.png +0 -0
  24. data/doc/images/bullet_toggle_minus.png +0 -0
  25. data/doc/images/bullet_toggle_plus.png +0 -0
  26. data/doc/images/date.png +0 -0
  27. data/doc/images/delete.png +0 -0
  28. data/doc/images/find.png +0 -0
  29. data/doc/images/loadingAnimation.gif +0 -0
  30. data/doc/images/macFFBgHack.png +0 -0
  31. data/doc/images/package.png +0 -0
  32. data/doc/images/page_green.png +0 -0
  33. data/doc/images/page_white_text.png +0 -0
  34. data/doc/images/page_white_width.png +0 -0
  35. data/doc/images/plugin.png +0 -0
  36. data/doc/images/ruby.png +0 -0
  37. data/doc/images/tag_blue.png +0 -0
  38. data/doc/images/tag_green.png +0 -0
  39. data/doc/images/transparent.png +0 -0
  40. data/doc/images/wrench.png +0 -0
  41. data/doc/images/wrench_orange.png +0 -0
  42. data/doc/images/zoom.png +0 -0
  43. data/doc/imc_artur_gemspec.html +107 -0
  44. data/doc/index.html +106 -0
  45. data/doc/js/darkfish.js +84 -0
  46. data/doc/js/navigation.js +105 -0
  47. data/doc/js/navigation.js.gz +0 -0
  48. data/doc/js/search.js +110 -0
  49. data/doc/js/search_index.js +1 -0
  50. data/doc/js/search_index.js.gz +0 -0
  51. data/doc/js/searcher.js +229 -0
  52. data/doc/js/searcher.js.gz +0 -0
  53. data/doc/table_of_contents.html +112 -0
  54. data/imc_artur.gemspec +2 -2
  55. data/lib/imc_artur/version.rb +1 -1
  56. metadata +53 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc6ca9e65166155219efb2e3bef19b1c28de3fff4c0d559520cb159b9c189448
4
- data.tar.gz: 248730039e597ef86bb0e8074fc6cc70c9eb0d748f27e0d68765fcb08b8c4908
3
+ metadata.gz: 195409fbb33d73fe53f7dafceda3f509af28853c137074cec0f7048de23d1b18
4
+ data.tar.gz: 864c2cdd030f04e4ef2817abd975d9a2a8acb24a59aac03448fde6084dd7c106
5
5
  SHA512:
6
- metadata.gz: 1e6f280a1344f32259ecb28f00de657e0a0d7a30f4904161df4538d86349ff247b1804ed2a3d91d698fd65005d962de1cb41764f7a1e03fd620125d3569546c3
7
- data.tar.gz: 47dac69c9b5a374c5ad655a0b1b090deb990572ce888f5c4d81d238666cb017cd6c7bc9e9a329781f4a42ccf48d664fd56a547fe2d754829adc6f7ea56ddb8aa
6
+ metadata.gz: 96f806e95bd4befbe23626c1cfc52e1b499a2019e9dc98dacc30dbc7dd3fcdeb60269f3fdfecba74fdc8beb9dfc84250311cdee0689299eae137100e3b35dbf3
7
+ data.tar.gz: 3535bff663c6b042c1a36199221a471ceea7729db83e2a97e0e347098522a12cd6c466dd5c1d1024a2fd2c1c86a9f4ac1d2c6532a287a4e32352c91d0f93d4e6
@@ -1,10 +1,10 @@
1
- = Gem imc_artur
1
+ # Gem imc_artur
2
2
  Gem desenvolvida para calcular o imc
3
3
 
4
- = Instalação
4
+ # Instalação
5
5
  gem install imc_artur
6
6
 
7
- = Usando
7
+ # Usando
8
8
 
9
9
  obj = ImcArtur::Pessoa.new
10
10
 
@@ -12,11 +12,5 @@ Gem desenvolvida para calcular o imc
12
12
 
13
13
  print obj.calculo_imc
14
14
 
15
- = Contribuição
15
+ # Contribuição
16
16
  email@example.com
17
-
18
- = Mais testes aqui em baixo
19
- [gato]
20
- [+gato+]
21
- gato::
22
- bold:texto
@@ -0,0 +1,106 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class ImcArtur::Error - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../";
11
+ var index_rel_prefix = "../";
12
+ </script>
13
+
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
19
+
20
+ <link href="../css/fonts.css" rel="stylesheet">
21
+ <link href="../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../table_of_contents.html#pages">Pages</a>
36
+ <a href="../table_of_contents.html#classes">Classes</a>
37
+ <a href="../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link">StandardError
67
+
68
+ </div>
69
+
70
+
71
+
72
+
73
+ </div>
74
+ </nav>
75
+
76
+ <main role="main" aria-labelledby="class-ImcArtur::Error">
77
+ <h1 id="class-ImcArtur::Error" class="class">
78
+ class ImcArtur::Error
79
+ </h1>
80
+
81
+ <section class="description">
82
+
83
+ </section>
84
+
85
+
86
+ <section id="5Buntitled-5D" class="documentation-section">
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+ </section>
97
+
98
+ </main>
99
+
100
+
101
+ <footer id="validator-badges" role="contentinfo">
102
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
103
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
104
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
105
+ </footer>
106
+
@@ -0,0 +1,197 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>class ImcArtur::Pessoa - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "../";
11
+ var index_rel_prefix = "../";
12
+ </script>
13
+
14
+ <script src="../js/navigation.js" defer></script>
15
+ <script src="../js/search.js" defer></script>
16
+ <script src="../js/search_index.js" defer></script>
17
+ <script src="../js/searcher.js" defer></script>
18
+ <script src="../js/darkfish.js" defer></script>
19
+
20
+ <link href="../css/fonts.css" rel="stylesheet">
21
+ <link href="../css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="class">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="../index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="../table_of_contents.html#pages">Pages</a>
36
+ <a href="../table_of_contents.html#classes">Classes</a>
37
+ <a href="../table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+ <div id="parent-class-section" class="nav-section">
63
+ <h3>Parent</h3>
64
+
65
+
66
+ <p class="link">Object
67
+
68
+ </div>
69
+
70
+
71
+
72
+ <!-- Method Quickref -->
73
+ <div id="method-list-section" class="nav-section">
74
+ <h3>Methods</h3>
75
+
76
+ <ul class="link-list" role="directory">
77
+
78
+ <li ><a href="#method-i-calculo_imc">#calculo_imc</a>
79
+
80
+ <li ><a href="#method-i-peso_altura">#peso_altura</a>
81
+
82
+ </ul>
83
+ </div>
84
+
85
+ </div>
86
+ </nav>
87
+
88
+ <main role="main" aria-labelledby="class-ImcArtur::Pessoa">
89
+ <h1 id="class-ImcArtur::Pessoa" class="class">
90
+ class ImcArtur::Pessoa
91
+ </h1>
92
+
93
+ <section class="description">
94
+
95
+ </section>
96
+
97
+
98
+ <section id="5Buntitled-5D" class="documentation-section">
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+ <section id="public-instance-5Buntitled-5D-method-details" class="method-section">
109
+ <header>
110
+ <h3>Public Instance Methods</h3>
111
+ </header>
112
+
113
+
114
+ <div id="method-i-calculo_imc" class="method-detail ">
115
+
116
+ <div class="method-heading">
117
+ <span class="method-name">calculo_imc</span><span
118
+ class="method-args">()</span>
119
+
120
+ <span class="method-click-advice">click to toggle source</span>
121
+
122
+ </div>
123
+
124
+
125
+ <div class="method-description">
126
+
127
+ <p>Metodo que calcula o imc</p>
128
+
129
+
130
+
131
+
132
+ <div class="method-source-code" id="calculo_imc-source">
133
+ <pre><span class="ruby-comment"># File lib/imc_artur.rb, line 15</span>
134
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">calculo_imc</span>
135
+ <span class="ruby-identifier">imc</span> = <span class="ruby-ivar">@peso</span><span class="ruby-operator">/</span>(<span class="ruby-ivar">@altura</span><span class="ruby-operator">**</span><span class="ruby-value">2</span>)
136
+ <span class="ruby-keyword">return</span> <span class="ruby-node">&quot;Seu IMC É: #{imc.round(2)} kg/m².&quot;</span>
137
+ <span class="ruby-keyword">end</span></pre>
138
+ </div>
139
+
140
+ </div>
141
+
142
+
143
+
144
+
145
+ </div>
146
+
147
+
148
+ <div id="method-i-peso_altura" class="method-detail ">
149
+
150
+ <div class="method-heading">
151
+ <span class="method-name">peso_altura</span><span
152
+ class="method-args">()</span>
153
+
154
+ <span class="method-click-advice">click to toggle source</span>
155
+
156
+ </div>
157
+
158
+
159
+ <div class="method-description">
160
+
161
+ <p>Metodo que solicita peso e altura do usuario</p>
162
+
163
+
164
+
165
+
166
+ <div class="method-source-code" id="peso_altura-source">
167
+ <pre><span class="ruby-comment"># File lib/imc_artur.rb, line 7</span>
168
+ <span class="ruby-keyword">def</span> <span class="ruby-identifier ruby-title">peso_altura</span>
169
+ <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;Informe sua altura: &quot;</span>
170
+ <span class="ruby-ivar">@altura</span>= <span class="ruby-identifier">gets</span>.<span class="ruby-identifier">to_f</span>
171
+ <span class="ruby-identifier">print</span> <span class="ruby-string">&quot;Informe seu peso: &quot;</span>
172
+ <span class="ruby-ivar">@peso</span> = <span class="ruby-identifier">gets</span>.<span class="ruby-identifier">to_f</span>
173
+ <span class="ruby-keyword">return</span> <span class="ruby-string">&quot;&quot;</span>
174
+ <span class="ruby-keyword">end</span></pre>
175
+ </div>
176
+
177
+ </div>
178
+
179
+
180
+
181
+
182
+ </div>
183
+
184
+
185
+ </section>
186
+
187
+ </section>
188
+
189
+ </main>
190
+
191
+
192
+ <footer id="validator-badges" role="contentinfo">
193
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
194
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
195
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
196
+ </footer>
197
+
data/doc/ImcArtur.html ADDED
@@ -0,0 +1,113 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>module ImcArtur - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="module">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="class-metadata">
61
+
62
+
63
+
64
+
65
+
66
+ </div>
67
+ </nav>
68
+
69
+ <main role="main" aria-labelledby="module-ImcArtur">
70
+ <h1 id="module-ImcArtur" class="module">
71
+ module ImcArtur
72
+ </h1>
73
+
74
+ <section class="description">
75
+
76
+ </section>
77
+
78
+
79
+ <section id="5Buntitled-5D" class="documentation-section">
80
+
81
+
82
+
83
+
84
+
85
+ <section class="constants-list">
86
+ <header>
87
+ <h3>Constants</h3>
88
+ </header>
89
+ <dl>
90
+
91
+ <dt id="VERSION">VERSION
92
+
93
+ <dd>
94
+
95
+
96
+ </dl>
97
+ </section>
98
+
99
+
100
+
101
+
102
+
103
+ </section>
104
+
105
+ </main>
106
+
107
+
108
+ <footer id="validator-badges" role="contentinfo">
109
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
110
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
111
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
112
+ </footer>
113
+
@@ -0,0 +1,124 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>README - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="file">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+ <div class="nav-section">
60
+ <h3>Table of Contents</h3>
61
+
62
+ <ul class="link-list" role="directory">
63
+ <li><a href="#label-Gem+imc_artur">Gem imc_artur</a>
64
+ <li><a href="#label-Instala-C3-A7-C3-A3o">Instalação</a>
65
+ <li><a href="#label-Usando">Usando</a>
66
+ <li><a href="#label-Contribui-C3-A7-C3-A3o">Contribuição</a>
67
+ </ul>
68
+ </div>
69
+
70
+
71
+ <div id="project-metadata">
72
+ <div id="fileindex-section" class="nav-section">
73
+ <h3>Pages</h3>
74
+
75
+ <ul class="link-list">
76
+
77
+ <li><a href="./README_md.html">README</a>
78
+
79
+ <li><a href="./Rakefile.html">Rakefile</a>
80
+
81
+ <li><a href="./bin/setup.html">setup</a>
82
+
83
+ <li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
84
+
85
+ </ul>
86
+ </div>
87
+
88
+ </div>
89
+ </nav>
90
+
91
+ <main role="main" aria-label="Page README.md">
92
+
93
+ <h1 id="label-Gem+imc_artur">Gem imc_artur<span><a href="#label-Gem+imc_artur">&para;</a> <a href="#top">&uarr;</a></span></h1>
94
+
95
+ <p>Gem desenvolvida para calcular o imc</p>
96
+
97
+ <h1 id="label-Instala-C3-A7-C3-A3o">Instalação<span><a href="#label-Instala-C3-A7-C3-A3o">&para;</a> <a href="#top">&uarr;</a></span></h1>
98
+
99
+ <pre class="ruby"><span class="ruby-identifier">gem</span> <span class="ruby-identifier">install</span> <span class="ruby-identifier">imc_artur</span>
100
+ </pre>
101
+
102
+ <h1 id="label-Usando">Usando<span><a href="#label-Usando">&para;</a> <a href="#top">&uarr;</a></span></h1>
103
+
104
+ <pre class="ruby"><span class="ruby-identifier">obj</span> = <span class="ruby-constant">ImcArtur</span><span class="ruby-operator">::</span><span class="ruby-constant">Pessoa</span>.<span class="ruby-identifier">new</span>
105
+
106
+ <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">peso_altura</span>
107
+
108
+ <span class="ruby-identifier">print</span> <span class="ruby-identifier">obj</span>.<span class="ruby-identifier">calculo_imc</span>
109
+ </pre>
110
+
111
+ <h1 id="label-Contribui-C3-A7-C3-A3o">Contribuição<span><a href="#label-Contribui-C3-A7-C3-A3o">&para;</a> <a href="#top">&uarr;</a></span></h1>
112
+
113
+ <p>email@example.com</p>
114
+
115
+ </main>
116
+
117
+
118
+
119
+ <footer id="validator-badges" role="contentinfo">
120
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
121
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
122
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
123
+ </footer>
124
+
data/doc/Rakefile.html ADDED
@@ -0,0 +1,93 @@
1
+ <!DOCTYPE html>
2
+
3
+ <html>
4
+ <head>
5
+ <meta charset="UTF-8">
6
+
7
+ <title>Rakefile - RDoc Documentation</title>
8
+
9
+ <script type="text/javascript">
10
+ var rdoc_rel_prefix = "./";
11
+ var index_rel_prefix = "./";
12
+ </script>
13
+
14
+ <script src="./js/navigation.js" defer></script>
15
+ <script src="./js/search.js" defer></script>
16
+ <script src="./js/search_index.js" defer></script>
17
+ <script src="./js/searcher.js" defer></script>
18
+ <script src="./js/darkfish.js" defer></script>
19
+
20
+ <link href="./css/fonts.css" rel="stylesheet">
21
+ <link href="./css/rdoc.css" rel="stylesheet">
22
+
23
+
24
+
25
+
26
+ <body id="top" role="document" class="file">
27
+ <nav role="navigation">
28
+ <div id="project-navigation">
29
+ <div id="home-section" role="region" title="Quick navigation" class="nav-section">
30
+ <h2>
31
+ <a href="./index.html" rel="home">Home</a>
32
+ </h2>
33
+
34
+ <div id="table-of-contents-navigation">
35
+ <a href="./table_of_contents.html#pages">Pages</a>
36
+ <a href="./table_of_contents.html#classes">Classes</a>
37
+ <a href="./table_of_contents.html#methods">Methods</a>
38
+ </div>
39
+ </div>
40
+
41
+ <div id="search-section" role="search" class="project-section initially-hidden">
42
+ <form action="#" method="get" accept-charset="utf-8">
43
+ <div id="search-field-wrapper">
44
+ <input id="search-field" role="combobox" aria-label="Search"
45
+ aria-autocomplete="list" aria-controls="search-results"
46
+ type="text" name="search" placeholder="Search" spellcheck="false"
47
+ title="Type to search, Up and Down to navigate, Enter to load">
48
+ </div>
49
+
50
+ <ul id="search-results" aria-label="Search Results"
51
+ aria-busy="false" aria-expanded="false"
52
+ aria-atomic="false" class="initially-hidden"></ul>
53
+ </form>
54
+ </div>
55
+
56
+ </div>
57
+
58
+
59
+
60
+ <div id="project-metadata">
61
+ <div id="fileindex-section" class="nav-section">
62
+ <h3>Pages</h3>
63
+
64
+ <ul class="link-list">
65
+
66
+ <li><a href="./README_md.html">README</a>
67
+
68
+ <li><a href="./Rakefile.html">Rakefile</a>
69
+
70
+ <li><a href="./bin/setup.html">setup</a>
71
+
72
+ <li><a href="./imc_artur_gemspec.html">imc_artur.gemspec</a>
73
+
74
+ </ul>
75
+ </div>
76
+
77
+ </div>
78
+ </nav>
79
+
80
+ <main role="main" aria-label="Page Rakefile">
81
+
82
+ <p>require “bundler/gem_tasks” task :default =&gt; :spec</p>
83
+
84
+ </main>
85
+
86
+
87
+
88
+ <footer id="validator-badges" role="contentinfo">
89
+ <p><a href="https://validator.w3.org/check/referer">Validate</a>
90
+ <p>Generated by <a href="https://ruby.github.io/rdoc/">RDoc</a> 6.1.2.
91
+ <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>.
92
+ </footer>
93
+